# How Tos

- [Accessing Custom Fields](https://docs.released.so/guide/resources/how-tos/accessing-custom-fields.md)
- [Configuring Dark Mode](https://docs.released.so/guide/resources/how-tos/configuring-dark-mode.md): This page provides an in-depth guide on how to correctly configure the color scheme settings to ensure Dark and Light mode are rendered as expected.
- [Change The Portal URL (Slug)](https://docs.released.so/guide/resources/how-tos/change-the-portal-url-slug.md)
- [Configuring Content Security Policies (CSP) for Released Embeds](https://docs.released.so/guide/resources/how-tos/configuring-content-security-policies-csp-for-released-embeds.md): To embed Released into your app while maintaining a secure Content Security Policy (CSP), you may need to adjust your existing policy to allow certain domains used by Released.
- [Finding the Channel/Form ID](https://docs.released.so/guide/resources/how-tos/finding-the-channel-id.md): This guide helps you to quickly find the id for your page or widget or form.
- [Embed the Portal in a Forge App](https://docs.released.so/guide/resources/how-tos/embed-the-portal-in-a-forge-app.md): This guide explains how to properly configure and embed Released.so widgets in Atlassian Forge applications.
- [How to Apply Atlassian Marketplace App Promo Codes for Cloud](https://docs.released.so/guide/resources/how-tos/how-to-apply-atlassian-marketplace-app-promo-codes-for-cloud.md): Finding how to apply a promotion code for Atlassian marketplace apps can be tricky. Here is a step-by-step guide to help you get that discount.
- [How to Open the developer console to check for errors](https://docs.released.so/guide/resources/how-tos/how-to-open-the-developer-console-to-check-for-errors.md)
- [How to Implement User Verification](https://docs.released.so/guide/resources/how-tos/how-to-implement-user-verification.md): This guide demonstrates how to implement user verification end-to-end using a simply Node.js Express server.


---

# 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/resources/how-tos.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.
