> For the complete documentation index, see [llms.txt](https://salesa.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://salesa.gitbook.io/docs/guide/custom-org.-profile.md).

# Custom Org. Profile

Your organization profile represents your team inside Salesa.\
It includes your company name, industry, team members, and visual elements like logo and cover image.\
Admins can customize this profile to make your workspace look professional and organized.

### **Accessing the Profile**

Go to the **Overview** page from the top navigation bar.\
You will see your organization card on the left side, showing your company name, industry, and team members.\
If you are an admin, moving your mouse over the profile card will reveal upload options for your **logo** and **cover image**.

### **Updating Your Logo**

Hover over the logo area and click the upload icon.\
Select an image file (PNG or JPG recommended).\
Once uploaded, it will instantly replace your existing logo across all Salesa views, such as reports and the organization header.

Use a clear, square image for best visibility.\
The recommended size is **200 × 200 pixels**.

### **Updating the Cover Image**

Move your mouse over the cover area and click the upload icon.\
Choose a wide image with a minimum width of **1200 pixels** for a clean look.\
The cover appears behind your logo and gives your workspace a unique identity.

You can change or remove the cover at any time.

### **Editing Organization Info**

Admins can update basic information such as:

* **Organization Name**
* **Industry** (used to define your default Sales Stages)
* **Team Members** (view-only shortcut to the member list)

To change your organization name or industry, open **Settings → Organization**.\
Updating the industry will refresh the default Sales Stage template for your team.

### **Visibility and Access**

Only Admins can edit organization information or upload images.\
All other members can view the profile but cannot make changes.\
These updates do not affect data in Google Sheets or Gmail connections.


---

# 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://salesa.gitbook.io/docs/guide/custom-org.-profile.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.
