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

# Welcome To Perun Cloud

Welcome to Perun Cloud's Knowledge base!&#x20;

In this continually updated knowledge base you can learn about Perun Cloud,  our platform and all features. You can go through all sections or check specific sections from the menu on the left.

<table data-header-hidden><thead><tr><th width="247.86159795399237">Title</th><th>Description</th></tr></thead><tbody><tr><td>Title</td><td>Description</td></tr><tr><td><a href="/pages/-Ml9WK-Fcuh9iEZahGAK"><strong>Architecture</strong></a></td><td>Learn about the Perun Cloud's user flow architecture</td></tr><tr><td><a href="/pages/-Ml9Y7tCQEV0JEhSLkEZ"><strong>Components</strong></a></td><td>Reviewing the lingo</td></tr><tr><td><a href="/pages/-MlAuDXabK1NxXfGZoDN"><strong>Communication</strong></a></td><td>Learn about our security</td></tr><tr><td><a href="/pages/-MlAuSrpgBABmIIjLTZC"><strong>Roles and Permissions</strong></a></td><td>See what permissions Perun Cloud uses</td></tr><tr><td><a href="/pages/-Ml9By7cIsmn5gebeEkl"><strong>Getting Started</strong></a></td><td>See Perun Cloud's capabilities</td></tr><tr><td><a href="/pages/-Ml9TqV1Qqt9FJj-S5Uk"><strong>Use Cases</strong></a></td><td>Pick up on Perun Cloud's use cases</td></tr><tr><td><a href="/pages/-Ml9CiMSsNvfBfoRDHUd"><strong>Integrations</strong></a></td><td>Check out who're integrated with</td></tr><tr><td><a href="/pages/-Ml9CxhKNeE9sDsuqnjh"><strong>Hammer</strong></a></td><td>Master Perun Cloud by learning the CLI commands </td></tr></tbody></table>

If you can't find what you're looking for, please [get in touch](mailto:contact@perun.cloud)!


---

# 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.perun.cloud/master.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.
