> 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/getting-started/what-is-chatly.md).

# What is Chatly?

Chatly is a productivity platform designed to simplify how people interact with information, generate content, and complete everyday tasks. Whether you are a student, researcher, professional, or creator, Chatly provides the tools you need to work faster and more effectively. Engage in real-time conversations, search with context and generate images – all in one place.

Chatly is structured around key functions that support different needs:

* [AI Chat](/products-and-features/ai-chat/what-is-ai-chat.md)&#x20;
* [AI Image Generation](/products-and-features/ai-images/what-is-ai-image-generation.md)&#x20;
* [AI Docs](/products-and-features/ai-docs/what-are-ai-docs.md)
* [AI Slides](/products-and-features/ai-slides/what-are-ai-slides.md)
* [AI Videos](/products-and-features/ai-videos/what-are-ai-videos.md)
* [AI Music](/products-and-features/ai-music/what-is-ai-music.md)
* [OmniAgent](/products-and-features/omniagent/what-is-omniagent.md)
* [Chatly Extension](/products-and-features/chatly-extension/what-is-chatly-extension.md)
* [Connectors](https://app.gitbook.com/o/4GKcnwuwtNNnIZPLYbUE/s/OHDPAn3RzU7mRQrMH1UK/~/edit/~/changes/208/products-and-features/connectors)
* [AI Market (Skills)](https://help.chatlyai.app/~/revisions/bovHBjwovZFIqNQmATkg/products-and-features/ai-market-skills)
* [Schedules](https://help.chatlyai.app/~/revisions/bovHBjwovZFIqNQmATkg/products-and-features/scheduled)

### **What Can Chatly do?**&#x20;

* **AI Chat:** Get instant answers, refine ideas, draft content, or brainstorm creatively in natural conversation.
* **Code Assistance:** Write, debug, or optimize code with step-by-step guidance and practical suggestions.
* **Code Previews:** Instantly render and interact with generated code in a live preview environment, allowing you to test UI components, layouts, and functionality before deployment.

  **AI Slides:** Turn your ideas, outlines, or documents into beautifully structured slides with intelligent formatting, clear messaging, and ready-to-present visual flow.
* **Image Generation**: Create unique visuals for projects, presentations, or creative concepts directly from text prompts.
* **Document Processing:** Summarize, analyze, or extract key points from long documents quickly and accurately.
* **Document Generation**: Create structured documents from prompts or templates, including reports, proposals, guides, and more, with full control to edit, refine, and export your content.
* **Presentation Generation**: Generate fully designed presentations, pitch decks, and visual stories instantly from text prompts, outlines, or existing documents.
* **Data Analysis:** Upload spreadsheets or datasets to uncover trends, patterns, and actionable insights.
* **Web Search**: Access real-time information and curated summaries from across the web.
* **Summarize URL:** Generate concise takeaways from articles, reports, or online content by pasting a link.
* **Multi-Model Access**: Switch between top-performing models such as GPT-5.5, Claude Opus 4.8, Gemini 3.1 Pro, Grok 4.3, and more to compare results and perspectives.
* **AI Videos**: Turn prompts or scripts into engaging videos with AI-generated visuals.
* **AI Music**: Create original music tracks and sound effects from a simple text prompt.
* **Connect Your Apps**: Link tools like Slack, Gmail, Notion and Google Drive so Chatly can use your data and take action.
* **Skills**: Call built-in skills (including multi-speaker podcasts) straight from the prompt using a / command.
* **Automation**: Schedule your agent to run recurring tasks in the background — even while you sleep.

Chatly functions as a productivity multiplier, by integrating intelligence, search, and execution in one platform, helping you work smarter, move faster, and create greater impact across any domain.


---

# 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/getting-started/what-is-chatly.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.
