# Setup Guide

{% stepper %}
{% step %}

### Install Released

Learn how to install Released from the Atlassian marketplace.

{% content-ref url="setup-guide/installing-the-app" %}
[installing-the-app](https://docs.released.so/guide/getting-started/setup-guide/installing-the-app)
{% endcontent-ref %}
{% endstep %}

{% step %}

### Setup your Hub

The Product Hub serves as a central hub for accessing your portals. Customize the branding, terminology and domain where your Hub can be reached.&#x20;

{% content-ref url="../product/administration/general" %}
[general](https://docs.released.so/guide/product/administration/general)
{% endcontent-ref %}
{% endstep %}

{% step %}

### Create a workspace

Workspaces are your internal control center. This is where your team creates roadmap views, writes release notes, and manages feedback.

{% content-ref url="../product/portals" %}
[portals](https://docs.released.so/guide/product/portals)
{% endcontent-ref %}
{% endstep %}

{% step %}

### Customize your portal&#x20;

Portals are the external-facing side of Released. They’re where you share the content created in a workspace with a specific audience.

Manage [access](https://docs.released.so/guide/product/portals/access) and customize the look and feel of your portal. &#x20;

{% content-ref url="../product/portals/portal" %}
[portal](https://docs.released.so/guide/product/portals/portal)
{% endcontent-ref %}

#### Embedding a portal

Embed a portal into your website or app,&#x20;

{% content-ref url="../product/portals/portal/announcement-page" %}
[announcement-page](https://docs.released.so/guide/product/portals/portal/announcement-page)
{% endcontent-ref %}

{% content-ref url="../product/portals/portal/widget" %}
[widget](https://docs.released.so/guide/product/portals/portal/widget)
{% endcontent-ref %}
{% endstep %}

{% step %}

### Verify your users <mark style="color:$info;">(optional)</mark>

To create a seamless experience when you embed portals, you can verify a user’s identity automatically. This removes the need for them to log in to view private portals or leave feedback.

{% content-ref url="setup-guide/implementing-user-verification" %}
[implementing-user-verification](https://docs.released.so/guide/getting-started/setup-guide/implementing-user-verification)
{% endcontent-ref %}
{% endstep %}

{% step %}

### Integrations <mark style="color:$info;">(optional)</mark>

Integrate Released with the apps you're already using.&#x20;

{% content-ref url="../product/integrations" %}
[integrations](https://docs.released.so/guide/product/integrations)
{% endcontent-ref %}
{% endstep %}
{% endstepper %}


---

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