> For the complete documentation index, see [llms.txt](https://docs.goaffpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goaffpro.com/affiliate-portal-customization/signup-page/slim-style.md).

# Slim Style

The **Slim** style allows you to configure your signup page. You can use it to add or edit signup fields.

To customize the Slim layout, click on **Select & Customize**.

<figure><img src="/files/ihNOFzPGzRaJbhiRUl8b" alt=""><figcaption><p>Look and Feel > Signup Page > Slim > Click on Select and Customize</p></figcaption></figure>

Here, you can set the signup page title, edit or create new signup fields, and modify the signup button text.

{% hint style="info" %}
You can check the following guides to add or create new signup fields:

* [Additional signup fields](/affiliate-portal-customization/signup-page/additional-signup-fields-for-signup-page.md)
* [Create new signup fields](/affiliate-portal-customization/signup-page/create-new-signup-field.md)
  {% endhint %}

<figure><img src="/files/XH6tGxx3wqAxpDPlaOjk" alt=""><figcaption><p>Set the signup page title, edit or create new signup fields &#x26; change the signup button text</p></figcaption></figure>

After this, click on **Save**.

<figure><img src="/files/mkEMqismFMvp7xIkC3pT" alt=""><figcaption><p>Click on Save</p></figcaption></figure>

After saving, the signup page refreshes. The signup fields and the text edits will appear on the signup page.

<figure><img src="/files/8NOoRZr6D3yk2n9j6PSq" alt=""><figcaption></figcaption></figure>


---

# 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.goaffpro.com/affiliate-portal-customization/signup-page/slim-style.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.
