# General

When your tenant has been created, you can start setting up The Wallet Crew.

Basic configuration allows you to define:

#### Application Title

* **Title of the application:** This will be used as the title of the web page and for the name of the application when PWA is active. If no title is specified, the name of the tenant will be used.

#### Favicon

* **Favicon:** The icon that will be used for The Wallet Crew web pages, which includes pages for creating or sharing cards with your customers.

![Favicon](/files/1EaFhqjNfJPs0kwyPgPP)

#### Localizations

* **Localizations:** Specify the languages you wish to deploy. These languages will be available for translations on various The Wallet Crew landing pages used for registration or card download, as well as for information displayed on cards available in Wallets.

**Adding a Language**

* **To add a language:**
  1. Type the 2 ISO letters related to the language.
  2. Click on the “+” icon.

![Localizations](/files/Np05GTtvSNyPG8yjFQKi)

You can click on the icon next to the 2 ISO letters to choose the default language.

#### Saving Changes

* Once all configurations are set, ensure to click the "Save" button at the top of the page to apply your changes.

This guide provides a basic overview of setting up your Wallet Crew tenant. For more advanced configurations and features, refer to The Wallet Crew advanced settings documentation.


---

# 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.thewalletcrew.io/configure/platform/general.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.
