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

# Autogon Qore

- [Vision AI](https://docs.autogon.ai/autogon-qore/vision-ai.md): Fully managed production environment to create your own computer vision applications.
- [Natural Language AI](https://docs.autogon.ai/autogon-qore/natural-language-ai.md): Fully managed production environment to create your own natural language applications.
- [Text Classification  (Deprecated)](https://docs.autogon.ai/autogon-qore/natural-language-ai/text-classification-deprecated.md): This classifies texts based on positivity and negativity with scores for each class.
- [Text Summary  (Deprecated)](https://docs.autogon.ai/autogon-qore/natural-language-ai/text-summary-deprecated.md): Summarize natural language with pre-trained text engines.
- [Ask Your Data](https://docs.autogon.ai/autogon-qore/natural-language-ai/ask-your-data.md): Query your data using natural language.
- [Generate Synthetic Data](https://docs.autogon.ai/autogon-qore/natural-language-ai/generate-synthetic-data.md): This API is designed to generate synthetic datasets.
- [Speech To Text](https://docs.autogon.ai/autogon-qore/natural-language-ai/speech-to-text.md): Convert speech into text using an API powered by the best of AI technologies.
- [Text To Speech](https://docs.autogon.ai/autogon-qore/natural-language-ai/text-to-speech.md): Convert text into natural-sounding speech using an API powered by the best of AI technologies.
- [Sentiment Analyzer  (Deprecated)](https://docs.autogon.ai/autogon-qore/natural-language-ai/sentiment-analyzer-deprecated.md): Sentiment Analysis inspects the given text and identifies the prevailing emotional opinion within the text, especially to determine a writer's attitude as positive, negative, or neutral.
- [Conversation with Chatbot Agent](https://docs.autogon.ai/autogon-qore/natural-language-ai/conversation-with-chatbot-agent.md): The Chatbot Conversation API is a powerful tool designed to enable developers to integrate chatbot functionalities into their applications.
- [Conversational Interaction with GPT-4](https://docs.autogon.ai/autogon-qore/natural-language-ai/conversational-interaction-with-gpt-4.md): Chat with Autogon Chat Completion API using powerful variants of the GPT models.
- [Essay Marker](https://docs.autogon.ai/autogon-qore/natural-language-ai/essay-marker.md): Generates a detailed metric score for an essay
- [Resume Ranker](https://docs.autogon.ai/autogon-qore/natural-language-ai/resume-ranker.md): Ranks a resume if its a best fit for a job description
- [Translator](https://docs.autogon.ai/autogon-qore/natural-language-ai/translator.md): Translates a text from one language to another
- [Voice Cloning](https://docs.autogon.ai/autogon-qore/voice-cloning.md): This API enables users to create, manage, and utilize voices for text-to-speech applications. It provides endpoints for creating, retrieving voices, and text to speech using a specific voice.
- [Create a Voice](https://docs.autogon.ai/autogon-qore/voice-cloning/create-a-voice.md): This allows users to create voices, adds a new voice to your collection of voices.
- [Get Voices](https://docs.autogon.ai/autogon-qore/voice-cloning/get-voices.md): Retrieves a list of created voices for a user.
- [Text-To-Speech](https://docs.autogon.ai/autogon-qore/voice-cloning/text-to-speech.md): Converts text into speech using a voice of your choice and returns audio.


---

# 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://docs.autogon.ai/autogon-qore.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.
