# Core Concepts

- [Projects](https://docs.propulsionhq.com/core-concepts/projects.md): Overview of how to create and manage projects in PropulsionAI.
- [Models & Versions](https://docs.propulsionhq.com/core-concepts/models-and-versions.md): Explanation of model management, versioning, and best practices.
- [Knowledge Base](https://docs.propulsionhq.com/core-concepts/knowledge-base.md): How to create, manage, and leverage a knowledge base for your models.
- [Datasets](https://docs.propulsionhq.com/core-concepts/datasets.md): Detailed guide on dataset creation, management, and integration.
- [Deployments](https://docs.propulsionhq.com/core-concepts/deployments.md): Steps to deploy models and manage environments.
- [API Keys](https://docs.propulsionhq.com/core-concepts/api-keys.md): How to generate, manage, and secure API keys for accessing services.


---

# 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.propulsionhq.com/core-concepts.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.
