# Project

The **Project** page lets you configure your store’s essential settings, including branding, currencies, pricing policies, and API behavior. This guide outlines what you can set up and how each option works.

***

### Store Branding & Identity

#### Store Name

Set the public-facing name of your store. This name appears in your webstore and communications.

#### Logo

Upload your store's logo. If you’re using the default **Exo** template, this will replace the store name in the header.

***

### Webstore Management

#### Enable Webstore Management Features

If you're using Tebex’s **Headless** or **Checkout APIs** to run your own frontend, you can disable the Tebex-hosted webstore interface. This keeps all backend features (like package management and payment processing) active while turning off the default storefront.

> 💡 Use this only if you're managing your own frontend experience.

***

### Refund Policy Settings

Define how Tebex Buyer Support handles refund requests for your store. Choose the policy that fits your business model:

#### 1. No Refunds (Default)

Sales are final unless:

* The product was not delivered, or
* A technical issue prevents product access.

> Tebex allows studios to customize refund policies to align with their specific business needs.

***

### Dashboard Preferences

Customize how your Dashboard data is displayed:

* **Exclude Free Payments from Dashboard Statistics**\
  Enable this to hide free transactions from charts and reports.\
  \&#xNAN;*(Note: Free payments still appear in the “Recent Payments” section.)*

***

### Transfer Project Ownership

[See Store Transfers for more information](/creators/tebex-control-panel/settings/project/store-transfers.md) on the process.


---

# 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://docs.tebex.io/creators/tebex-control-panel/settings/project.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.
