> For the complete documentation index, see [llms.txt](https://docs.blocktorch.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blocktorch.xyz/overview/install-setup.md).

# Install/Setup

### Sign-up to blocktorch

{% embed url="<https://beta.blocktorch.xyz/register>" %}
<https://beta.blocktorch.xyz/register>
{% endembed %}

We support sign-up via eMail, SSO through Google & GitHub and sign-up through your Web3 Wallet

<figure><img src="/files/o8PYrgUqeH8ufVlgyRM0" alt="" width="563"><figcaption></figcaption></figure>

### Creating your first project

When you initially [sign-up](https://beta.blocktorch.xyz/register) to Blocktorch a default project is automatically created for you. The project is filled with demo data from Uniswap V3 for the time until you add your first data source.

1. Log in to your Blocktorch account&#x20;
2. Walk through the onboarding guide
3. Navigate to the "Settings" page.
4. See & change your project's details and invite team members &#x20;

<figure><img src="/files/R3A9YEkjCt5298Y1zNyl" alt="" width="563"><figcaption><p>blocktorch settings page</p></figcaption></figure>

{% hint style="success" %} <mark style="color:green;">That's it 👏 you are ready for making observability a standard practice in your organization</mark>
{% endhint %}

{% hint style="info" %}
You need more than one project? [Please contact us](mailto:contact@blocktorch.xyz)
{% 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:

```
GET https://docs.blocktorch.xyz/overview/install-setup.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.
