# Quick Start

## 1. Set Up Ensemble&#x20;

* Login to your Ensemble account at <https://app.ensemblecore.ai>.
* Download [Ensemble Core 1.0](/ensemble-ai-api-docs/dark-matter/integrations/on-premise-api/ensemble-core-1.0.md) via pip install.

Please visit [Environment Setup](/ensemble-ai-api-docs/getting-started/environment-setup.md)for more detailed instructions.

## 2. Start Using Ensemble

### Ensemble Core

Visit the [Ensemble Core 1.0](/ensemble-ai-api-docs/dark-matter/integrations/on-premise-api/ensemble-core-1.0.md) docs to find easy-to-follow examples of how to use Ensemble and get started with Dark Matter.

### Ensemble Demo Notebook

Follow a simple A/B test to see how Ensemble is used in action.

{% embed url="<https://colab.research.google.com/drive/1nDkSoWisfDXzqVvOU0YmfUA3BFYjYz5Q?usp=sharing>" %}
ensemble trading demo
{% endembed %}


---

# 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/quick-start.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.
