> For the complete documentation index, see [llms.txt](https://documentarians.gitbook.io/metadocumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentarians.gitbook.io/metadocumentation/clone/collectives/customize-collective.md).

# Customize Collective

## Edit Settings

To access all settings for your Collective, click the cog icon next to your logo image.

![](/files/-LrtZHxbB4Vl4FwzF4ED)

## Page Sections

As an admin, all sections will appear in your view, with invitations to add content. However, any sections without content in will not appear to other users (for example, Updates and About).

![](/files/-LrtZHxdGo_A5bPGFQpN)

If you would like to reorder sections or hide one, please contact support and we can action your request. In the future we will enable Collective admins to hide and reorder sections themselves.

## Change Logo

To update your logo image, hover over it and click 'edit logo' or simply drag an image file onto the logo area.

![](/files/-LrtZHxfQOK9wsKqJ88Z)

All logos are displayed on a white background, so white logos will not be visible. If you want to use a white logo, upload an image with a colored background instead of a transparent one.

## Set Main Color

Your main color determines the color of links and buttons, tier cards, and the hero header if no image is set.

Click the 'edit main color' button in the header area to set the color.

![](/files/-LrtZHxhweK9EXOFzpJD)

## Set Cover Image

To change your cover image, click the 'edit cover' button.

![](/files/-LrtZHxj_09ngRRIbehS)


---

# 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://documentarians.gitbook.io/metadocumentation/clone/collectives/customize-collective.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.
