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

# Getting started

- [Overview](https://docs.released.so/guide/getting-started/readme.md): Get an overview of Released's features and integrations, and learn how to use them.
- [Concepts](https://docs.released.so/guide/getting-started/concepts.md): Gain a basic understanding of Released and the basic concepts.
- [Setup Guide](https://docs.released.so/guide/getting-started/setup-guide.md): It just takes a couple of steps to get you up and running
- [Installing Released](https://docs.released.so/guide/getting-started/setup-guide/installing-the-app.md): Released is available for Jira Cloud via the Atlassian Marketplace.
- [Setting up your Product Hub](https://docs.released.so/guide/getting-started/setup-guide/setting-up-your-product-hub.md)
- [Embedding the Widget](https://docs.released.so/guide/getting-started/setup-guide/embedding-the-widget.md): Embed your roadmaps and released notes inside your app or website.
- [Embedding the Page](https://docs.released.so/guide/getting-started/setup-guide/embedding-the-page.md): Embed your roadmaps and released notes inside your app or website.
- [Embedding the Feedback Form](https://docs.released.so/guide/getting-started/setup-guide/embedding-the-feedback-form.md): Easily collect feedback from customers and stakeholders inside your app or website.
- [Implementing User Verification](https://docs.released.so/guide/getting-started/setup-guide/implementing-user-verification.md)
- [Best Practices](https://docs.released.so/guide/getting-started/best-practices.md)
- [Customer Communication](https://docs.released.so/guide/getting-started/best-practices/customer-communication.md): Effective customer communication is about keeping your audience informed, collecting their input, and building trust through transparency. Released helps you do this with Portals.


---

# 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.released.so/guide/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.
