> For the complete documentation index, see [llms.txt](https://swell-ai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swell-ai.gitbook.io/docs/overview/our-features.md).

# Our Features

## Transcript & Clip Editor

Speaker labels, create clips, suggested chapters & timestamps with our Transcript Editor.

{% content-ref url="/pages/hLgDb6G1G29ei8vVloRL" %}
[Transcript & Clip Editor](/docs/product-guides/transcript-and-clip-editor.md)
{% endcontent-ref %}

## Integrations Everywhere

Export & Import everywhere with our extensive library of integrations.

{% content-ref url="/pages/zNZWnXP8kqr8XBh9yqnA" %}
[Integrations](/docs/product-guides/integrations.md)
{% endcontent-ref %}

## Project Based Workflows&#x20;

Manage multiple teams, clients, podcasts with Projects in Swell AI.

{% content-ref url="/pages/wtkIej7yGy4QH9wWK1Mv" %}
[Projects](/docs/product-guides/projects.md)
{% endcontent-ref %}

## Rich Document Editor

We built a document editor capable of all your writing needs. Our AI Writer can also write in formatted text and is capable of chaining multiple prompts for complex workflows.

{% content-ref url="/pages/jseSOfIr7yUaB8YtwQ9P" %}
[Rich Document Editor](/docs/product-guides/rich-document-editor.md)
{% endcontent-ref %}

### Template Everything

Write once, save as a template. All of our documents can be shared and saved as a Template, streamlining your team's writing operations.

{% content-ref url="/pages/AipjsXXV0j1vjQwmaDXY" %}
[Templates](/docs/product-guides/templates.md)
{% endcontent-ref %}

## Swell ChatGPT

Chat over the transcript, ChatGPT style, to create off-the-cuff content.

{% content-ref url="/pages/XBWO7JJ5uXc1C1NjkU8K" %}
[Swell ChatGPT](/docs/product-guides/swell-chatgpt.md)
{% endcontent-ref %}

## Embed a Chat Bot

Share a Chat Bot trained on your transcript to engage with your audience.&#x20;

{% content-ref url="/pages/Y7VP1em0UNmDOVcJzxwq" %}
[Embeddable Chat Bot](/docs/product-guides/embeddable-chat-bot.md)
{% endcontent-ref %}


---

# 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://swell-ai.gitbook.io/docs/overview/our-features.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.
