# Begin your Cloud Journey

- [Create a Cloud Project](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/creating-a-cloud-project.md)
- [Migrate to Umbraco Cloud](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/creating-a-cloud-project/migrate-to-umbraco-cloud.md): A guide to help you migrate your Umbraco CMS site to Umbraco Cloud.
- [Baselines](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/creating-a-cloud-project/baselines.md): Use Baselines to quickly create new Umbraco Cloud projects using pre-made schema and setup.
- [The Cloud Portal](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/the-cloud-portal.md)
- [Organizations](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/the-cloud-portal/organizations.md)
- [Organization Login Providers](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/the-cloud-portal/organizations/organization-login-providers.md): Learn how to configure and use external login providers via your Umbraco Cloud organization.
- [Payments](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/the-cloud-portal/payments.md)
- [Project Features](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/project-features.md)
- [Environments](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/project-features/environments.md): Environments are a core part of your Umbraco Cloud project. This is where you develop, write, build, and eventually publish your website.
- [Flexible Environments](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/project-features/flexible-environments.md): Use flexible environments to create a separate workflow along side the left-to-right deployment approach in Umbraco Cloud.
- [Users](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/project-features/users-on-cloud.md): An article explaining how Umbraco Users are working on Umbraco Cloud.
- [Multi-Factor Authentication](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/project-features/multi-factor-authentication-on-cloud.md): This article shows how you can enable Multi-Factor authentication when you log in to the Umbraco Cloud Portal or the Umbraco Backoffice.
- [External Login Providers](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/project-features/external-login-providers.md): Configure an External Login Provider for access to the backoffice of your Umbraco Cloud project environments.
- [Manage Team Members and Permissions](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/project-features/team-members.md)
- [Technical Contact](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/project-features/team-members/technical-contact.md)
- [Secrets Management](https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/project-features/secrets-management.md): Learn how to securely store, manage, and use secrets in Umbraco Cloud environments using Shared and Environment Secrets.


---

# Agent Instructions: 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:

```
GET https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
