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

# Getting Started

- [Quickstart](https://docs.north.cloud/docs/getting-started/quickstart.md): Create a consolidated view of all your cloud spend and enable better cost control using our savings and data services. Create an account in under 1 minute.
- [AWS Onboarding](https://docs.north.cloud/docs/getting-started/quickstart/aws-onboarding.md): Learn how to integrate your AWS account with North.Cloud
- [GCP Onboarding](https://docs.north.cloud/docs/getting-started/quickstart/gcp-onboarding.md): Learn how to integrate your GCP account with North.Cloud
- [Permissions required](https://docs.north.cloud/docs/getting-started/permissions-required.md): Permissions North.Cloud requires from your cloud providers.
- [AWS permissions](https://docs.north.cloud/docs/getting-started/permissions-required/aws-permissions.md): Permissions North.Cloud requires from your AWS account.
- [GCP permissions](https://docs.north.cloud/docs/getting-started/permissions-required/gcp-permissions.md): Permissions North.Cloud requires from your AWS account.
- [Security](https://docs.north.cloud/docs/getting-started/security.md): At North.Cloud, security is fundamental to everything we do. Our approach is multi-layered, with clear delineation of security responsibilities and controls at every level of our service.
- [Managed Savings Pods](https://docs.north.cloud/docs/getting-started/security/managed-savings-pods.md): Learn about the security controls put in place on the Savings Pods that allow our customers to benefit from flexible savings across multiple providers.
- [SSO](https://docs.north.cloud/docs/getting-started/security/sso.md): Learn about SSO that North.Cloud supports.
- [MFA](https://docs.north.cloud/docs/getting-started/security/mfa.md): Learn more about how to enable MFA.
- [AI Use & Security](https://docs.north.cloud/docs/getting-started/security/ai-use-and-security.md): Learn more about the security put in place around North Agent our customer's best cloud FinOps assistant.
- [Recommended Best Practices](https://docs.north.cloud/docs/getting-started/security/recommended-best-practices.md): These are additional steps that we have seen some of our more security forward customers follow.


---

# 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.north.cloud/docs/getting-started.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.
