> 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/other-apis.md).

# Other APIs

- [Project](https://docs.autogon.ai/other-apis/project.md): Projects serve as the foundation for building on Autogon. It provides endpoints to manage projects, including creating new projects, retrieving project details, updating and deleting projects.
- [List all projects](https://docs.autogon.ai/other-apis/project/list-all-projects.md): Retrieves a list of all available projects for a specific Autogon user.
- [Create a New Project](https://docs.autogon.ai/other-apis/project/create-a-new-project.md): Creates a new project.
- [Get Project Details](https://docs.autogon.ai/other-apis/project/get-project-details.md): Retrieves details of a specific project by its ID.
- [Delete a Project](https://docs.autogon.ai/other-apis/project/delete-a-project.md): Moves a specific project to trash.
- [Dataset](https://docs.autogon.ai/other-apis/dataset.md): The Datasets API is a versatile tool designed to manage datasets, allowing users to list, create, retrieve, update, and delete datasets. It provides functionality to handle various dataset operations.
- [List all datasets](https://docs.autogon.ai/other-apis/dataset/list-all-datasets.md): Retrieves a list of all available datasets for a given user. No request parameters are required for this endpoint.
- [Create a Dataset](https://docs.autogon.ai/other-apis/dataset/create-a-dataset.md)
- [Get a Dataset](https://docs.autogon.ai/other-apis/dataset/get-a-dataset.md): Retrieves details of a specific dataset by its ID.
- [Updating a dataset](https://docs.autogon.ai/other-apis/dataset/updating-a-dataset.md): Updates a specific entity within a dataset.
- [Delete a Dataset](https://docs.autogon.ai/other-apis/dataset/delete-a-dataset.md)
- [Dataset Connection](https://docs.autogon.ai/other-apis/dataset/dataset-connection.md): This allows users to configure and fetch data from external data sources such as SOL Databases, NoSQL Databases, File Drives etc.
- [Visualize Dataset](https://docs.autogon.ai/other-apis/dataset/visualize-dataset.md)


---

# 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/other-apis.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.
