# Префикс?

## Что такое префикс?

{% hint style="info" %}
Префикс - то с помощью чего бот понимает, что вы используете его команду.
{% endhint %}

## Какие префиксы у Pypi Eco?

{% hint style="info" %}
По стандарту: `.` и `@Pypi Eco`
{% endhint %}

## Как поменять префикс?

Для смены префикса существует команда **prefix**&#x20;

Пример смены префикса: **.prefix p.**

{% hint style="info" %}
Перед **prefix** указан стандартный префикс в виде точки, после **prefix** идет **p.** это тот префикс на который мы хотим сменить предыдущий.
{% endhint %}

{% hint style="warning" %}
Если у Вас после этого ничего не произошло, то проверьте правильность старого префикса, если Вы его не помните, то используйте **@Pypi Eco prefix** чтобы сменить префикс.
{% endhint %}


---

# 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://pyp.gitbook.io/pypi-eco/osnova/prefiks.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.
