> For the complete documentation index, see [llms.txt](https://docs.certlocker.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certlocker.app/organizations/orgs.md).

# Orgs

## Browsing Organizations

To explore the organizations you're part of, open the **Orgs** tab and select **My Orgs**. If you haven't joined any organizations yet, you'll see an empty list image, like below.

<figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2FUjG1lBrT8qURXrTF6l2O%2F1.0.0-orgs-empty.PNG?alt=media&amp;token=2d6697f1-0305-46ef-9b7d-05a877658b84" alt="" width="375"><figcaption></figcaption></figure>

After you've been invited to join or joined any organizations, you'll see a list, along with basic details, such as the org's name, location, and your current status within it.

<figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2FFFLlyXQrL4adRpLih4eR%2F1.0.0-orgs-invited.PNG?alt=media&amp;token=a582e366-08fd-4899-9fe5-fedda31f124a" alt="" width="375"><figcaption></figcaption></figure>

### Understanding Your Status

Your status with each organization might be one of the following:

* **Invited**: You've been invited to join this organization but haven't accepted yet.
* **Requested**: You requested to join the organization and are awaiting admin approval.
* **Member**: Congratulations, you're a part of this organization.
* **Officer**: You've been promoted to an officer within the organization.
* **Administrator**: You have permissions to manage the organization's profile, handle invites, and approve requests.

To view more info about any organization, tap the **Org Card**, and you'll be taken to the **Org Profile**.

<figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2FyoTKZCoGwBX024W8aUkp%2F1.0.0-orgs-profile.PNG?alt=media&amp;token=0e7a8091-3072-424e-bf31-28e00fc6692f" alt="" width="375"><figcaption></figcaption></figure>

## Removing Organizations

To **remove** yourself from an organization where you're on the roster, navigate to the Org's Profile and tap the **Leave** button in the top right corner.

<figure><img src="https://1514837775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJJV7CPhYhpSlK5TR3Hcn%2Fuploads%2Fmoxa6wnYdfaeSX705xO7%2F1.0.0-orgs-leave.PNG?alt=media&amp;token=b0388661-a447-40e8-bdde-3a5c4c50b8db" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.certlocker.app/organizations/orgs.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.
