# Create your Accounts

To use OpsNow, you first need to create an account. In addition, most OpsNow services require you to register your cloud account, such as AWS, Azure, or GCP, before you can begin using them.\
Below is the step-by-step sign-up process.

### Create a new account

1. To start, go to the [www.opsnow.io](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/introduction/getting-started/www.opsnow.io) website. In the top-right corner of the homepage, click **\[Get Started]**.

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

2. You will be directed to the login page.\
   You can sign in using your Google account or by entering your email address and password. Since you do not have an account yet, click **Sign Up** to create a new one.

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


---

# 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.opsnow.io/dev-opsnow-user-guide-v0.2/introduction/getting-started/create-your-accounts.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.
