> For the complete documentation index, see [llms.txt](https://docs.cogram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cogram.com/organization-administration/navigation-bar-branding.md).

# Organization identity

Set your organization's logo and name in the directory and navigation bar.

Organization admins and owners can update the profile that members see in the directory and navigation bar.

Go to [Organization Settings > General > Identity](https://app.cogram.com/dashboard/settings/admin/overview#identity).

## Add or replace your logo

1. Select **Upload logo** or **Replace logo**.
2. Choose a PNG or JPG image, up to 2 MB.
3. Select **Save changes**.

The logo appears beside your organization name in Identity, on **Directory > My organization**, and in the sidebar. If you have no uploaded logo, the directory and sidebar may use an image from your website or email domain.

## Change your organization details

Select the large organization name beside the logo to edit it. Change the company type, disciplines, website, address, phone, or About fields below, then select **Save changes**.

## Show your name in the sidebar

Your organization name appears in the sidebar by default.

1. Keep **Show organization name in sidebar** on.
2. Optionally enter a **Navigation bar label** of up to 24 characters. Leave it blank to use the organization name.
3. Select **Save changes**.

To hide the name, turn off **Show organization name in sidebar** and save. The icon still appears in the sidebar when available.

## Remove an uploaded logo

Select **Remove logo**, then **Save changes**. The directory and sidebar may still show a logo from your website or email domain. If no logo is available and the organization name is hidden, the sidebar shows the Cogram mark.


---

# 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.cogram.com/organization-administration/navigation-bar-branding.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.
