> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/sign-up-forms/concepts/colors.md).

# Colors

{% hint style="info" %}
Button colors and disclosure colors are edited elsewhere.
{% endhint %}

Change the colors of your form by going to your form > **Overview** > **Styles**.

<div align="left"><figure><img src="/files/SKSXVzCRAXaSHACkiqB3" alt="" width="375"><figcaption></figcaption></figure></div>

### **Background color**

Use the **Background color** color picker to change the background of your sign-up form.

<div align="left"><figure><img src="/files/jzXZlGzGDtLRBj9s8xcP" alt="" width="375"><figcaption></figcaption></figure></div>

Here's what this will look like:

<div align="left"><figure><img src="/files/7G5ygIkjvHpypRNhoqWs" alt=""><figcaption></figcaption></figure></div>

### Text color

Click the **Sign Up** button in the banner, then select **Text** from the menu on the right.

<figure><img src="/files/6WTX27NvjGUODACRE33g" alt=""><figcaption></figcaption></figure>

Use the **Text color** color picker to change the title of your sign-up form.

<div align="left"><figure><img src="/files/hCXpPOxiIeMIKP29u3RF" alt=""><figcaption></figcaption></figure></div>

### Paragraph color

Select the text you want to change, then use the **color picker** to adjust the paragraph color in your sign-up form.

<div align="left"><figure><img src="/files/mxjNfMn5a6gCWGIor4U9" alt=""><figcaption></figcaption></figure></div>


---

# 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.bird.com/applications/sign-up-forms/concepts/colors.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.
