> For the complete documentation index, see [llms.txt](https://docs.finops.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finops.softwareone.com/insights/resources/manage-perspectives.md).

# Manage Perspectives

The **Perspective** feature on the **Resources** page allows you to create new perspectives.

A perspective is a customized view that you can create using only the filters you need. For example, you can save a view that shows only certain data sources, regions, or resource types. This ensures you can quickly return to your preferred view without reconfiguring the filters each time.&#x20;

You can create multiple perspectives and save them for future use. When saving perspectives, make sure to use different names, as you cannot have two perspectives with the same name. If you use the same name for a new perspective, the platform overwrites the existing one.

You can also share the perspective URL with others in your organization, and delete a perspective if it's no longer needed.

### Saving a perspective

To save a custom perspective:

1. From the sidebar, navigate to the **Resources** page.
2. Select **Save perspective**.
3. Under **Save as**, enter a name for your custom perspective, then select **Save**. The configuration is saved as a perspective.

### Applying a saved perspective

Saved perspectives are displayed when you select **Perspective** on the **Resources** page. The option is enabled only if you have previously saved at least one perspective.

To apply a saved perspective:

1. On the **Resources** page, select **Perspectives**.
2. Choose the perspective you want to view and select **Apply**.

When the perspective is applied, the **Resources** page updates its title to include the name of the perspective. Additionally, a link to copy the URL appears beside the name, allowing you to share the perspective with others.

### Deleting a perspective

You can delete perspectives that are no longer needed.

To delete a perspective:

1. On the **Resources** page, select **Perspectives**.
2. Select the **See all Perspectives** link.&#x20;
3. From the available perspectives, find the one you want to delete. Then, under **Actions**, select the delete icon.

<figure><img src="/files/yjeIAABHlmsXB9sDxKam" alt=""><figcaption><p>The Actions column containing an option to delete a perspective.</p></figcaption></figure>

4. In the **Delete perspective** panel, select **Delete** again to confirm the action.


---

# 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.finops.softwareone.com/insights/resources/manage-perspectives.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.
