> For the complete documentation index, see [llms.txt](https://help.chatlyai.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatlyai.app/products-and-features/ai-docs/ai-docs-use-cases.md).

# AI Docs Use Cases

### **Job Applications**

AI Docs can help you craft professional resumes, cover letters, and application documents. Generate tailored content that highlights your skills and experience, ensuring your applications stand out to recruiters.

* Prepare interview talking points or FAQs
* Draft professional portfolios or personal statements
* Generate LinkedIn summaries and bios

### **Email**

Draft, refine, and summarize emails efficiently. Whether it’s professional correspondence, follow-ups, or announcements, AI Docs ensures your messages are clear, concise, and well-structured.

* Create email templates for teams or campaigns
* Summarize long email threads for clarity
* Rewrite emails to match tone (formal, friendly, persuasive)

### **Marketing**

Create marketing materials, campaign proposals, or social media content quickly. AI Docs helps generate persuasive copy, brainstorm ideas, and maintain consistent messaging across platforms.

* Generate blog posts and newsletters
* Draft ad copy for multiple channels
* Plan content calendars and strategy outlines

### **Business & Report**

Generate structured reports, business plans, and internal documents with AI assistance. Summarize data, outline strategies, and polish content to make professional, ready-to-share documents.

* Create meeting agendas or minutes
* Prepare project proposals and pitch decks
* Draft operational manuals or SOPs

### **Education & Research**

Summarize research papers, create study guides, or draft essays and assignments. AI Docs helps students and researchers organize information, extract insights, and present findings clearly.

* Generate annotated bibliographies
* Draft lab reports or experiment summaries
* Create presentation scripts and slides

### **Legal & Finance**

Draft contracts, agreements, and financial documents with AI support. AI Docs assists in summarizing complex content, ensuring accuracy, and maintaining professional formatting for sensitive documents.

* Summarize case studies or legal briefs
* Prepare financial reports and audits
* Draft compliance or policy documents


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.chatlyai.app/products-and-features/ai-docs/ai-docs-use-cases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
