# Quickstart

Looking for the platform? Head to <https://platform.gaiahub.ai>

### Getting started with GaiaHub AI

The GaiaHub platform offers a seamless way for developers to integrate state-of-the-art LLM models into their applications and production workflows with just a few bocks using the builder. Our builder is available through our platform. To enable your applications, you need to activate payments on your account. Within moments, you'll be able to use our builder:

<figure><img src="/files/BcEx89ANExKndemF9gY5" alt=""><figcaption><p>The Builder</p></figcaption></figure>

An application is composed by blocks that represent the components of your application. After [setting up your OpenAI's credentials](/getting-started/adding-credentials.md), you can connect for example a ChatGPT block to a Conversation Chain and create your first app:

<figure><img src="/files/amgmz3TjGSd0Fhvm1CAk" alt=""><figcaption></figcaption></figure>


---

# 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.gaiahub.ai/getting-started/quickstart.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.
