# Project Setup

After having [added a project](/getting-started/add-project.md), you can easily configure its settings at any time. In the settings section, you can edit project information, manage the list of available currencies and set payment processing rules to optimize the process of accepting cryptocurrencies. Project editing is not available after exiting the test mode. To make changes to the project you need to return to the test mode and send a new application to exit the test mode after making changes.

### How to configure the added project?

To do this, go to the «My Projects» section, find the added project and go to the settings in the upper right corner.

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

The settings include several sections.

#### Project settings

In this section, you can:

* Change the project name, type of activity, and project description.
* Upload your project logo. Supported formats: PNG, JPEG. Maximum file size: 2 MB, aspect ratio: 3:1. After uploading, we recommend checking how the logo is displayed on the invoice page.

After making changes, do not forget to save them.

### Integration and API

In this section, you can:

* Copy the API key and SHOP ID, and create a secret key for further integration.
* Change the website URL, success and failure URLs, and the notification (callback) URL.
* Change the postback format.

Editing links that lead to your project is only available in test mode. If your project has already been activated, making changes in this section will automatically switch the project back to test mode. In this case, you will need to resubmit a request to exit test mode in order to reactivate payment acceptance.

After making changes, do not forget to save them.

### Project currencies

In this section, you can select the currencies available for payments in your project. To maximize payment conversion for your project, you can enable all available currencies. [The list of supported currencies](/general-information/currencies-networks.md) is continuously expanding.

After making changes, do not forget to save them.

### Fees

In this section, you can:

* Select which party pays the service fee and the transfer fee.
* Set rules for confirming partially paid invoices.

#### How do I set up fees for a project?

In the project settings, you can select who will pay the service and transfer fees:

* If you set the value «Client», the commission will be added to the invoice amount.&#x20;
* When setting the value «Merchant» the commission will be deducted from the amount credited to your balance.&#x20;

You can find more detailed information [in the section](/general-information/fees.md).

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

#### How to set up automatic confirmation of partially paid invoices?

In the project settings in the «Fees» tab you can set the rules for confirmation of partially paid invoices. Enter the maximum value of deviation of the receipt amount from the invoice amount in % or $ at which the invoice will be automatically confirmed.&#x20;

Example: with a value of $1, an invoice created for $10 will be successfully paid even if the amount sent is $9.5.&#x20;

You can learn more [in the section](/payments/partial-payment.md).&#x20;

After making edits, do not forget to save the changes.

### Static wallets

In this section, you can create and deactivate static wallets that have been created.

More details about static wallets are provided [in the section](/payments/static-wallets.md).

After making changes, do not forget to save them.

### Auto conversion

In this section, you can select the currencies for which automatic conversion into stablecoins is required. This feature helps protect your balance from sharp fluctuations in the cryptocurrency market.

More details about auto conversion are provided [in the section](/payments/auto-conversion.md).

After making changes, do not forget to save them.

### Payment page builder

In this section, you can customize the payment page to match your business needs and visual style.

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

The builder offers four design options: light, dark, color, and a custom theme that allows you to define your own colors.

You can configure the display order of currencies, select a default currency, and set the payment page language.

All changes are reflected in real time in the preview window. After saving, the settings are applied to the payment page instantly, with no updates required.

After making changes, do not forget to save them.

{% hint style="info" %}
If you have any questions or need help, you can contact our support via chat on the website and in your personal account, as well as reach us on Telegram. Support contacts are listed [on our website](https://cryptocloud.plus/en/support).
{% 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://support.cryptocloud.plus/getting-started/project-settings.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.
