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