# First Steps

- [Create Account](https://docs.gptboost.io/first-steps/create-account.md): How to start on the right foot
- [Authorize Keys](https://docs.gptboost.io/first-steps/add-keys.md): Where your LLMs credentials live
- [OpenAI Integration](https://docs.gptboost.io/first-steps/code-integration.md): A single line added to your code makes all the difference
- [Azure Integration](https://docs.gptboost.io/first-steps/azure-integration.md): Seamless Integration Azure OpenAI deployment
- [Streaming](https://docs.gptboost.io/first-steps/streaming.md): Unlocking Real-Time Interactions
- [Analyze Logs](https://docs.gptboost.io/first-steps/analyze-logs.md): And the magic begins...


---

# 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.gptboost.io/first-steps.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.
