# Console Account

To manage and oversee all deployed instances and their associated metrics, you need a Blockflow console account. If you do not already have one, [create a new account](https://app.blockflow.network/). After account creation, select your desired plan. You can then create a new project, or a default project named "First Project" will be provided.The Blockflow console serves as a platform for monitoring various aspects of your deployment, including metrics, instances, databases, and APIs. Additionally, it allows you to query and interact with any deployed databases directly from the console.​

***

### Obtaining User ID and Project ID <a href="#obtaining-user-id-and-project-id" id="obtaining-user-id-and-project-id"></a>

To retrieve your userId, navigate to the "Settings" tab within the Blockflow console. Once there, you can locate and copy your userId.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9mdlmggkkuUsMIfH3Ah6%2Fuploads%2FotTbYxb8BAO8Yv9Ul3GK%2FScreenshot%202024-06-19%20at%207.17.25%20AM.png?alt=media&#x26;token=e9088c35-0d52-4ded-a58f-1186ad092d6e" alt=""><figcaption></figcaption></figure>

To obtain the projectId, go to the home page of the specific project you are working with. The projectId will be displayed underneath the project name. Copy this value.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9mdlmggkkuUsMIfH3Ah6%2Fuploads%2FKiUQhVUEW46MY6FWW8eI%2FScreenshot%202024-06-19%20at%207.17.45%20AM.png?alt=media&#x26;token=1ce216f0-c702-41a2-ab14-70843db3a39f" 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.blockflow.network/cli/advanced/console-account.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.
