# Getting Started

- [Protocol - Structure](https://oobe-protocol.gitbook.io/oobe-protocol/getting-started/publish-your-docs.md): Configurable Modules and API Key Authentication
- [Core - Introduction](https://oobe-protocol.gitbook.io/oobe-protocol/getting-started/quickstart.md): What is Oobe Core?  is a framework designed to facilitate the integration and management of various services and modules within a unified platform
- [How to Set Up the SDK in Node.js Environments](https://oobe-protocol.gitbook.io/oobe-protocol/getting-started/quickstart/how-to-set-up-the-sdk-in-node.js-environments.md): Start with the right set up of your environments!
- [How to Set Up API Key Authentication](https://oobe-protocol.gitbook.io/oobe-protocol/getting-started/quickstart/how-to-set-up-api-key-authentication.md): Authenticate with API Keys - AUTH v1
- [Initializing The Core Module](https://oobe-protocol.gitbook.io/oobe-protocol/getting-started/quickstart/initializing-the-core-module.md)
- [Quick Usage Example](https://oobe-protocol.gitbook.io/oobe-protocol/getting-started/quickstart/quick-usage-example.md): An easy example to run the agent using Readline
- [DApp - Agent Builder](https://oobe-protocol.gitbook.io/oobe-protocol/getting-started/quickstart-1.md)
- [OOBE-PROTOCOL + NEXTJS + LANGCHAIN](https://oobe-protocol.gitbook.io/oobe-protocol/getting-started/quickstart-2.md): \[NOT RELEASED YET]
- [Backend - Building an API Router to handle agent actions](https://oobe-protocol.gitbook.io/oobe-protocol/getting-started/quickstart-2/backend-building-an-api-router-to-handle-agent-actions.md)
- [Frontend - handle data from the agent API using useChat from ai-sdk](https://oobe-protocol.gitbook.io/oobe-protocol/getting-started/quickstart-2/frontend-handle-data-from-the-agent-api-using-usechat-from-ai-sdk.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://oobe-protocol.gitbook.io/oobe-protocol/getting-started.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.
