> For the complete documentation index, see [llms.txt](https://academy.synap.ac/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.synap.ac/doc/portal-settings/sub-portals/branding-sub-portals.md).

# Branding sub portals

Branding a sub portal allows you to set the logos, default card image, colour schemes, login page message and image just as you would for your root portal. Doing this allows you to better distinguish your root portal from your sub portals.

1. To brand a new or existing sub portal, first for to your portal settings and select sub portals.

<figure><img src="/files/LvQ5HcJ5tvIwvImNmjFO" alt=""><figcaption><p>Sub portal settings</p></figcaption></figure>

2. If your creating a new sub portal select the 'Create sub portal' button, otherwise select the pencil next to the sub portal you'd like to brand and then select the 'Branding' tab.

<figure><img src="/files/SjzQ6GOTRqy3k6XW8OX0" alt=""><figcaption><p>Select the banding tab on the sub portal modal</p></figcaption></figure>

3. Don't forget you can also customise the login page for a subportal by selecting the 'Login' tab.

<figure><img src="/files/O31jw1OSyYk9Yks228oy" alt=""><figcaption><p>You can update the login page of a sub portal by selecting the login tab</p></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://academy.synap.ac/doc/portal-settings/sub-portals/branding-sub-portals.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.
