# Sentifyd Documentation

## Sentifyd Docs

- [Welcome](https://docs.sentifyd.io/readme.md)
- [Sentifyd AI Avatars Overview](https://docs.sentifyd.io/features/sentifyd-ai-avatars-overview.md): Introduction to Sentifyd AI avatars and their conversational and agentic capabilities
- [Creating Avatars](https://docs.sentifyd.io/features/editor.md): Step-by-step guide to creating and customizing your avatars.
- [Training Avatars](https://docs.sentifyd.io/features/markdown.md): Learn How to Create Effective Trainings for Your Speaking Avatars.
- [Customizing Avatar Widgets](https://docs.sentifyd.io/features/customizing-avatar-widgets.md)
- [Installing Sentifyd Avatars](https://docs.sentifyd.io/sentifyd-avatars-installation/installing-sentifyd-avatars.md)
- [Quick Start Guide](https://docs.sentifyd.io/manual-web-integration/quick-start-guide.md): Integrating Avatars in Websites & Apps
- [Avatar Web Components  Reference](https://docs.sentifyd.io/manual-web-integration/avatar-web-components-reference.md): Guidance on how to use the attributes of the \<sentifyd-bot> and \<sentifyd-realtime> web components.
- [Short-lived Avatar Tokens (Advanced)](https://docs.sentifyd.io/manual-web-integration/short-lived-avatar-tokens-advanced.md): Use the Backend-for-Frontend (BFF) pattern when you want your own backend to fetch short-lived Sentifyd access tokens and hand them to the browser on demand.  This keeps API keys and refresh tokens of


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.sentifyd.io/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
