# Amity Bots Gen AI Platform

- [Dashboard](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/dashboard.md): The new GenAI Dashboard provides a comprehensive view of assistant usage and performance metrics.
- [Assistants](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/assistants.md): The Assistant is an AI bot designed to interact with users by providing information from a supported knowledge base and prompts.
- [Chat Sandbox](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/assistants/chat-sandbox.md): The Chat Sandbox allows users to test their assistants by typing a message and receiving a response.
- [Assistant API Integration](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/assistants/assistant-api-integration.md): Get started by integrating our platform with your messaging channel via our API and the provided client secret key.
- [Message Report](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/assistants/message-report.md): Get a complete record of every conversation with your assistant, effortlessly exported for your convenience.
- [Fulfillments](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/fulfillments.md): The Fulfillment is an information source that the assistant will retrieve the data from, also to config search term generator (STG) prompt for search logic.
- [Knowledge Base](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/knowledge-base.md): The AI retrieves information from this knowledge base to provide relevant responses to user queries.
- [Documents and Files (Legacy)](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/knowledge-base/documents-and-files-legacy.md)
- [CSV File](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/knowledge-base/csv-file.md)
- [Documents and Files](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/knowledge-base/documents-and-files.md)
- [External Knowledge Base](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/knowledge-base/external-knowledge-base.md)
- [AI Lab](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/ai-lab.md): AI Lab (Test Framework) feature enables users to upload test cases and view test results directly on the platform.
- [Memorized Response](https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform/memorized-response.md): Memorized Response, a feature enabling admin to predefine question-answer sets which apply not only exact question but also similar one.


---

# Agent Instructions: 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:

```
GET https://docs.amitysolutions.com/amity-solutions/amity-bots-gen-ai-platform.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.
