# Getting Started

## Dive In!

Start using Ensemble to enhance your data in less than 5 minutes.

* Follow our [Quick Start](/ensemble-ai-api-docs/getting-started/quick-start.md) guide to get a simple implementation of Ensemble up and running.
* Reference Ensemble's [Tutorials (coming soon!)](/ensemble-ai-api-docs/getting-started/tutorials-coming-soon.md) to help guide your implementation.
* Take a look at our [Case Studies (coming soon!)](/ensemble-ai-api-docs/getting-started/case-studies-coming-soon.md) to see specific use cases that Ensemble helped improve.

### More on Ensemble

* Learn more about [Dark Matter](/ensemble-ai-api-docs/references/dark-matter.md)
* Dive deeper into our [On Premise API](/ensemble-ai-api-docs/dark-matter/integrations/on-premise-api.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://ensemble-ai.gitbook.io/ensemble-ai-api-docs/getting-started.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.
