> For the complete documentation index, see [llms.txt](https://wiki.nuance.xyz/nuance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.nuance.xyz/nuance/publications/how-to-customize-your-publication.md).

# How to Customize Your Publication

Once you have the Publication created, you can start customizing your Publication.

To do this:

1. Click on your **profile icon** top right of screen
2. Click on **My profile**
3. On the left-hand menu you will see **Publications**
4. Select your Publication
5. Alternatively click on your avatar icon top right of screen and simply click your Publication's name
6. Select **Edit Publication**

<figure><img src="/files/Eqym4IGv2uCzTxEEp7xF" alt=""><figcaption><p>Editing a Publication</p></figcaption></figure>

There are multiple things you can customize in your Publication:

* Upload header image (preferably landscape orientation). This will be displayed at the top of your landing (home) page. It will also display on each category page (with a reduced height).
* Add title. This will be overlayed on your header image.
* Add a sub-title. This will be overlayed on your header image.
* Add a short description. This will be displayed on the left-hand side panel underneath your avatar.

<figure><img src="/files/L9Tt1kZIHl2YD7iH9VAU" alt=""><figcaption><p>Header Image, Title, Subtitle, and Description.</p></figcaption></figure>

* Add an avatar.
* Add a logo for the breadcrumb menu (208px\*66px).
* Choose your color for the trim.
* Choose your font.
* Toggle and edit your Publication banner (CTA).

<figure><img src="/files/FCB514F8d40R8hUXg2DA" alt=""><figcaption><p>Avatar, Logo, Color, Font, and Banner Options.</p></figcaption></figure>

* Add categories.
* Add your editors.
* Add your writers.
* Add links to your other social platforms.

<figure><img src="/files/3KZjAnH69W27THvcxKQq" alt=""><figcaption><p>Categories, Editors, Writers, and Social Links.</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://wiki.nuance.xyz/nuance/publications/how-to-customize-your-publication.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.
