> For the complete documentation index, see [llms.txt](https://docs.flosum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flosum.com/audit-and-compliance/overview-of-organizations.md).

# Overview of Organizations

## ![](https://3321997875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxpieUdPB8n4L2gG8EYRy%2Fuploads%2F0pk52bJqKVUJPTPVPhiw%2FSummary2-Small-Icon.svg?alt=media\&token=74913d54-0cfd-4703-aa56-af396629dc59) Overview

The **Organizations** page lists all Salesforce orgs available to Audit & Compliance. This article explains what information is displayed on this page and what information each organization provides.

{% hint style="info" %}

#### Important

If you do not see your Salesforce orgs listed here, ensure the organizations are created in the **Flosum Global Settings** app and that the **Audit & Compliance** app is assigned to each organization. For instructions on completing these actions, see the following articles.

* [Creating an Organization](/global-settings/environment/organizations/creating-an-organization.md)
* [Assigning an App to an Organization](/global-settings/environment/organizations/assigning-an-app-to-an-organization.md)
  {% endhint %}

The table of organizations can be searched and filtered by owner. Each org displays the following details:

<table><thead><tr><th width="179.99993896484375"></th><th></th></tr></thead><tbody><tr><td><strong>Organizations</strong></td><td>The name of the organization and the user who last interacted with it.</td></tr><tr><td><strong>Environment</strong></td><td>The environment label assigned to the organization: Dev, Prod, Test, QA.</td></tr><tr><td><strong>Owners</strong></td><td>The user who added the organization in Global Settings.</td></tr><tr><td><strong>Username</strong></td><td>The Salesforce user account that the organization is connected to.</td></tr><tr><td><strong>Last Audit</strong></td><td>Time since the last audit was run.</td></tr></tbody></table>

<div align="left"><figure><img src="https://3321997875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxpieUdPB8n4L2gG8EYRy%2Fuploads%2FxTUecXY0eq3TUEUeMoMG%2FOverviewOfOrganizations-01.png?alt=media&amp;token=53f55121-a306-4e9b-86a7-2f951db20618" alt="" width="563"><figcaption></figcaption></figure></div>

## Individual Organizations

Selecting an organization from the list opens it, allowing you to view its audit history and the audit status of every component. This information is divided between the **Activities** and **Components** tabs, which are explained in the sections below.

For information about running an audit for a specific organization, see the following article.

* \[Coming Soon]

### Activities Tab

The **Activities** tab lists every **Audit** job that has been run for this organization. You can sort the list of audits by who ran it, the job's status, and the time frame when the job ran.

Each Audit job lists the user who ran it, how long ago it was run, and how long the job took to run.

<div align="left"><figure><img src="https://3321997875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxpieUdPB8n4L2gG8EYRy%2Fuploads%2F16bEXgPJdGE73nihczi9%2FOverviewOfOrganizations-02.png?alt=media&amp;token=75ae8ee4-02f9-42b1-ac65-9897483c4fc5" alt="" width="563"><figcaption></figcaption></figure></div>

### Components Tab

The **Components** tab lists every component for the selected organization. You can sort and search the list of components, and each component displays its name, type, the time since the component was last modified, the Salesforce user who last modified it, and the audit status. To learn more about the information in this tab, see the following article.

* \[Coming Soon]

<div align="left"><figure><img src="https://3321997875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxpieUdPB8n4L2gG8EYRy%2Fuploads%2FHCkL5UF7Sc3idcf9rCoG%2FOverviewOfOrganizations-03.png?alt=media&amp;token=efe323e0-6ffc-4e2d-a5c2-a11a94aeaad0" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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.flosum.com/audit-and-compliance/overview-of-organizations.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.
