> For the complete documentation index, see [llms.txt](https://www.cakewalk.security/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/org-settings.md).

# Org Settings

Org Settings is the admin home for company-level configuration. Cakewalk ships Company Profile today. Data Source and Authentication are coming later; the Data Source you connect during admin setup remains the authoritative source of employee attributes for the policy engine.

***

### 📖 Key concepts

* **Company Profile**: The basic identity of your organization in Cakewalk: name, domain, logo.

:bulb: *Why this matters*: Company Profile is how Cakewalk presents your org to employees across sign-in screens, the My Connections grid and the My Agents view.

***

### 🛠 Company Profile

* **Definition**: Editable basic identity for your organization.
* **Capabilities**:
  * **Organization name**.
  * **Domain**.
  * **Logo**.
* **Navigation**: Settings → Org Settings → Company Profile.
* **Why this matters**: The values employees see across the product (sign-in screens, the My Connections grid, the My Agents view) are pulled from here.

***

### Coming later: Data Source and Authentication

Data Source (ongoing HRIS/IdP management with reconnect, manual resync, invite remaining users, auto-invite toggle, manual→sync upgrade) and Authentication (SSO provider config, SSO enforcement, password fallback) are on the roadmap. Today the Data Source connected during admin setup runs continuously without an in-product management surface.

***

### 🔗 Related pages

* [Admin Setup](/docs/ai-agent-access/introduction/get-going-with-agent-access/admin-setup.md)
* [HRIS and IdP](/docs/ai-agent-access/connections-and-integrations/hris-and-idp.md)
* [Users](/docs/ai-agent-access/how-to-guides/users.md)
* [Roles and Permissions](/docs/ai-agent-access/concepts/roles-and-permissions.md)


---

# 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://www.cakewalk.security/docs/ai-agent-access/how-to-guides/org-settings.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.
