# Overview

## **Where do you want to start?**

#### **Learn how Rainbird works**

If you're brand new to Rainbird then head to our [Getting Started](/rainbird/getting-started/readme.md) section to learn some of the basics, such as [what is Rainbird](/rainbird/getting-started/readme.md) and [how Rainbird works](/rainbird/getting-started/how-does-rainbird-work.md).

#### **Build Rainbird Knowledge Graphs**

If you are interested in building and deploying knowledge graphs, then:

1. [Sign-up](https://app.rainbird.ai/signup) to the Community platform for free
2. Follow the [quickstart guide](/rainbird/getting-started/quickstart-guide.md)
3. [Sign-up](https://academy.rainbird.ai/signup) to the Academy to further advance your training

#### Integrate into an existing Rainbird Knowledge Graph

If you need to integrate with the Rainbird API, then:

1. Learn a basic [API request flow](/rainbird/developer-docs/api-guide/api-request-flow.md)
2. Follow an [example set of API requests](/rainbird/developer-docs/api-guide/example-api-requests.md)
3. Access the schema from the [API Reference](/rainbird/developer-docs/api-reference/decisions.md)
4. Review available [Software Developer Kits (SDKs)](/rainbird/developer-docs/sdks.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.rainbird.ai/rainbird/developer-docs/overview.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.
