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

# Getting Started

To start using W3block services, you must before enter in contact with our team requesting your company creation at our [website](https://w3block.io/). Once you're approved, you will receive:

1. Your Tenant ID (sometimes called as Company ID)
2. An API Key and API Secret
   * This pair of keys can be used to be authenticated as system into your api calls. Remember to keep it safe.
3. A super admin user account
4. A Wallet Connect URL
   1. This is an application hosted by us that users can use to register into your tenant, log-in using our SSO ecosystem and see it's wallets and inventory.

Having this all informations, you can go ahead and use all of our services.

{% hint style="info" %}
*During the company activation step, please make sure to inform what apis you want to use, because all of them need to be enabled into your tenant. If you get some error like "XXXX services is not enabled into your tenant", please contact-us.*
{% endhint %}


---

# 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://w3block.gitbook.io/w3block-eng/dev-docs/api/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.
