> 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/system.md).

# System

- [User Management](https://docs.finops.softwareone.com/system/user-management.md)
- [View and Manage Users](https://docs.finops.softwareone.com/system/user-management/view-and-manage-users.md)
- [Download Users](https://docs.finops.softwareone.com/system/user-management/download-users.md)
- [Data Sources](https://docs.finops.softwareone.com/system/data-sources.md)
- [Amazon Web Services](https://docs.finops.softwareone.com/system/data-sources/amazon-web-services.md): Learn how you can add your AWS data sources to the FinOps platform. FinOps for Cloud supports both AWS organizations and individual AWS standalone accounts.
- [Create Cost and Usage Reports](https://docs.finops.softwareone.com/system/data-sources/amazon-web-services/create-cost-and-usage-reports.md)
- [Configure AWS Access](https://docs.finops.softwareone.com/system/data-sources/amazon-web-services/configure-aws-access.md): Configuring access to your AWS account for FinOps for Cloud requires the creation of two policies for billing imports and resource discovery, and a trusted role (recommended) or IAM user.
- [Add your AWS account to FinOps for Cloud](https://docs.finops.softwareone.com/system/data-sources/amazon-web-services/add-your-aws-account-to-finops-for-cloud.md): The final step in configuring your AWS account for FinOps for Cloud is to add the AWS data source.
- [Switch from Access Key to Assumed Role](https://docs.finops.softwareone.com/system/data-sources/amazon-web-services/switch-from-access-key-to-assumed-role.md): Using an assumed role to connect your AWS account to FinOps for Cloud is the recommended approach. Follow this guide to switch your existing AWS accounts using an access key to use an assumed role.
- [Migrate from Legacy CUR to CUR 2.0](https://docs.finops.softwareone.com/system/data-sources/amazon-web-services/migrate-from-legacy-cur-to-cur-2.0.md)
- [Request Historical Data](https://docs.finops.softwareone.com/system/data-sources/amazon-web-services/request-historical-data.md)
- [Microsoft Azure](https://docs.finops.softwareone.com/system/data-sources/microsoft-azure.md): Learn how you can add your Azure data sources to the FinOps for Cloud platform. FinOps for Cloud supports both Azure tenants and individual Azure subscriptions.
- [Configure Azure Access](https://docs.finops.softwareone.com/system/data-sources/microsoft-azure/configure-azure-access.md): Configuring access to your Azure subscriptions for FinOps for Cloud requires the creation of an App Registration and assigning the Reader role in each subscription.
- [Add your Azure subscriptions to FinOps for Cloud](https://docs.finops.softwareone.com/system/data-sources/microsoft-azure/add-your-azure-subscriptions-to-finops-for-cloud.md): The final step in configuring your Azure subscriptions for FinOps for Cloud is to add the Azure data source(s).
- [Import Historical Data](https://docs.finops.softwareone.com/system/data-sources/microsoft-azure/import-historical-data.md): Microsoft stores up to 13 months of billing data. Follow these steps to import it.
- [Google Cloud Platform](https://docs.finops.softwareone.com/system/data-sources/google-cloud-platform.md)
- [Manage Data Sources](https://docs.finops.softwareone.com/system/data-sources/manage-data-sources.md)
- [Reimport Billing](https://docs.finops.softwareone.com/system/data-sources/manage-data-sources/reimport-billing.md)
- [Rename Data Source](https://docs.finops.softwareone.com/system/data-sources/manage-data-sources/rename-data-source.md)
- [Disconnect Data Source](https://docs.finops.softwareone.com/system/data-sources/manage-data-sources/disconnect-data-source.md)
- [Events](https://docs.finops.softwareone.com/system/events.md)
- [Settings](https://docs.finops.softwareone.com/system/settings.md)
- [Manage Email Notifications](https://docs.finops.softwareone.com/system/settings/manage-email-notifications.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://docs.finops.softwareone.com/system.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.
