> For the complete documentation index, see [llms.txt](https://docs.codpeller.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codpeller.com/en/rekassa/the-basics/customization.md).

# Customization

### I don't have a reKassa account

{% hint style="warning" %}
If you have a reKassa account, go to the "[I have a reKasa account](#u-menya-est-akkaunt-rekassa-1)" section
{% endhint %}

<details>

<summary>Step 1: Register in the <a href="https://app.rekassa.kz/signin/?utm_source=codpeller&#x26;utm_medium=admin&#x26;utm_campaign=panel&#x26;utm_content=link&#x26;utm_term=account"><strong>re:Kassa</strong></a></summary>

Please provide your mobile phone number when registering.&#x20;

Read the detailed instructions for registering reKassa in the online sales register [documentation](https://help.rekassa.kz/ru/re-kassa-3-0/kak-zarieghistrirovat-riekassu-chieriez-komp-iutier-1)

</details>

<details>

<summary>Step 2: Activate the sales register in the tax office</summary>

After registration, fill in the details of your organization to activate the online sales register in the tax office

</details>

<details>

<summary>Step 3: You can start working</summary>

Go to the [section](https://app.gitbook.com/o/UfaImulrKPQHkR1JCVMP/s/RczF4maeB9p4zWBKCPQp/~/changes/5/the-basics/customization#u-menya-net-akkaunta-rekassa) on configuring the app in your online store.

</details>

### I have a reKassa account

<details>

<summary>I have a reKassa account</summary>

1. Log in to your online sales register [account](https://app.rekassa.kz/signin?utm_source=docs.codpeller\&utm_medium=reKassa\&utm_campaign=start\&utm_content=link\&utm_term=have_kassa)

2. Click on "Settings" - "Third-party applications"<br>

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

3. Click the "Connect the app" button<br>

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

4. Select Codpeller from the drop-down list, click on "GET PASSWORD".\
   \ <mark style="color:red;">**! ATTENTION: The password and the factory number will only be shown once, so make sure you save them before closing the window**</mark><br>

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

5. Enter the PIN code (by default, PIN code 0000)<br>

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

6. Confirm that you have saved your password by clicking on the "I HAVE SAVED. CLOSE" button<br>

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

7. After you have saved the factory number and password, open the application settings page in your online store. Go to the line "API Login"="Factory number (ZNM)" and enter the data<br>

   <figure><img src="/files/9UFfIcNTlSZM8Lv7jntp" alt=""><figcaption></figcaption></figure>

8. Go to the bottom row of "Password"="API Password", enter the password. The settings are saved automatically<br>

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

👉 Proceed to the following settings

</details>


---

# 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://docs.codpeller.com/en/rekassa/the-basics/customization.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.
