# Account

GitBook has a powerful block-based editor that allows you to seamlessly create, update, and enhance your content.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/editor-hero.png" alt=""><figcaption></figcaption></figure>

### API Testing

After obtaining your API key, the next step is to **test the key** to ensure everything is working correctly.

This option allows you to:

Automatically check details related to your account and plan.

Confirm that the integration works as expected before running a full search or deploying your application.

By testing the key first, you reduce potential errors and ensure a smooth deployment process.

Either start typing below, or press `/` to see a list of the blocks you can insert into your page.

### fetaures&#x20;

{% stepper %}
{% step %}
Verify that the API key and the account status.

Press `/` on your keyboard to open the insert block menu.
{% endstep %}

{% step %}

### Search for the block you need&#x20;

Try searching for “Stepper”, for exampe, to insert the stepper block.
{% endstep %}

{% step %}

### Insert and edit your block

Click or press Enter to insert your block. From here, you’ll be able to edit it as needed.
{% endstep %}
{% endstepper %}


---

# 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://dos-op.gitbook.io/docs/getting-started/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.
