# Adding a store

After completing the registration and successfully confirming the account information, you can add your first project.

## Initial filling

Go to the add store page at <https://tegro.money/my/add-shop>

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

Provide a link to your store, name and description

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

## Basic information about the project

Please note that the name of the project is used when making the payment as basic information about the name of the store in whose favor we make the payment.

A description of your project will help you quickly identify your category, and in certain situations, determine what exactly you are going to accept payments for.

{% hint style="warning" %}
**IMPORTANT:** The name must match the name of the product, project or company used on the site. The description should include the type of services and/or goods sold on the site.
{% endhint %}

Also, the system can not use two identical domains on different accounts.

*This is only possible when projects are in the archive.*

## Confirmation

The next step is to confirm that you own the site, you can do this in any of three ways:

### First way

You need to place a specific text file in the root of your site, and then click "Add Project".

### The second way

You need to add to the html code of your homepage (head block) a special meta tag, which we gave you.

### The third way

You should add a DNS record of type TXT, which contains the value we specified.

After that, the system will check the contents of the file with a verification code automatically, and if they match, the project will be instantly added and sent for further moderation.

![](/files/5JBUunsFgu9FvYJUDof8)

After confirmation, you can move on to the [store setup](/en/tegro-money/getting-started/store-setup.md).


---

# 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://tegro.gitbook.io/en/tegro-money/getting-started/adding-a-store.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.
