> For the complete documentation index, see [llms.txt](https://docs.agentnoon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentnoon.com/start-here/agentnoon-101/views.md).

# Views

#### What Are Views?

Views allow you to capture and revisit specific states of your scenario. They help you:

* Track changes made to the structure
* Compare current updates with the original (base) version
* Save configurations for future use

#### Accessing Orgchart Views

To access Orgchart views:

1. Navigate to the **Orgchart** **module**
2. Navigate to the **left toolbar**
3. Click on **Views**

Here, you will see:

* The **Base View** (original state)
* Any **changes** that have been made

The system highlights differences, making it easy to identify what has been modified.

<figure><img src="/files/e0G335SxCLQRlinM5WyU" alt=""><figcaption></figcaption></figure>

#### Accessing Directory Views

To access Directory views:

1. Navigate to **Directory module**
2. Navigate to the **left toolbar**
3. Click on **Customize table** and save a view first
4. Then, click on **Views** from the **left toolbar** to access your saved views

Here, you will see:

* **All columns** (original state)
* Any **new views created**

<figure><img src="/files/EVM0lbz6NOcXkknoaZKi" alt=""><figcaption></figcaption></figure>

#### Saving an Orgchart View

If you want to preserve your current scenario setup:

1. Click on **Save Current View**
2. Enter a name (e.g., *Global View 1*)
3. Save the view

This allows you to return to this exact configuration later.

<figure><img src="/files/tgn8w4b7WZNFpXhzg9OP" alt=""><figcaption></figcaption></figure>

#### Saving a Directory View

If you want to preserve your current directory setup:

1. Go into **Customize table**
2. Click on **Save as global view**
3. Enter a name (e.g., *Global View 1*)
4. Save the view

(**Note:** Only admins can set global views)

<figure><img src="/files/YPKSn9BYmUJbRQ3cAswI" alt=""><figcaption></figcaption></figure>

#### Sharing Views with Others / Global Views

If you want your view to be accessible to other users:

* Select **Save as Global View** when saving

Once saved:

* The view will appear under **Global Views**
* Other users with access to the main org & scenario can also see and use it \
  (**Note:** Their access scopes will apply, if the user doesn't have access to a particular field inside a view - it won't show up for them)

#### Access Control Considerations

Visibility of global views depends on user permissions. Only users with the appropriate access rights will be able to view and interact with shared views.


---

# 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.agentnoon.com/start-here/agentnoon-101/views.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.
