> For the complete documentation index, see [llms.txt](https://docs.oktopus.app.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oktopus.app.br/getting-started.md).

# Getting Started

- [About](https://docs.oktopus.app.br/getting-started/about.md)
- [Community Edition](https://docs.oktopus.app.br/getting-started/community-edition.md): Suited for DIY people, developers and enthusiasts
- [Installation](https://docs.oktopus.app.br/getting-started/community-edition/installation.md)
- [Standalone](https://docs.oktopus.app.br/getting-started/community-edition/installation/standalone.md)
- [High Availability](https://docs.oktopus.app.br/getting-started/community-edition/installation/high-availability.md)
- [FAQ](https://docs.oktopus.app.br/getting-started/community-edition/installation/faq.md): Frequently asked questions about installation.
- [Architecture](https://docs.oktopus.app.br/getting-started/community-edition/architecture.md)
- [Network](https://docs.oktopus.app.br/getting-started/community-edition/network.md)
- [Developer Guide](https://docs.oktopus.app.br/getting-started/community-edition/developer-guide.md)
- [Enterprise Edition](https://docs.oktopus.app.br/getting-started/enterprise-edition.md): Oktopus empowers ISPs to take control of multi-vendor CPE and IoT fleet to deliver the best customer experience.
- [Services](https://docs.oktopus.app.br/getting-started/enterprise-edition/services.md): A set of parameters to define the CPE configuration.
- [Scripts](https://docs.oktopus.app.br/getting-started/enterprise-edition/scripts.md): Automate your workflow with tasks based on events, jobs, schedules, and more. Limitless capabilities with custom resources to fit your needs.
- [Profiles](https://docs.oktopus.app.br/getting-started/enterprise-edition/device-profile.md): Vendor Lua hooks for devices manager (TR-069 and USP CPEs).
- [MCP Server](https://docs.oktopus.app.br/getting-started/enterprise-edition/mcp-server.md): Provide AI assistants direct access to Oktopus's device management capabilities and data.
- [Integrations](https://docs.oktopus.app.br/getting-started/integrations.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.oktopus.app.br/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
