> For the complete documentation index, see [llms.txt](https://docs.p4.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.p4.software/p4warehouse-english/tenant-full-guide/tenant-setup.md).

# Tenant Setup

\
Tenant configuration page consist of two tabs: 'General' and 'Login Screen'.In the 'General' tab users can add and update some basic information about their company and access license certificates and agreement.

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

### General <a href="#general" id="general"></a>

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

* Alias and Company name are set by the implementation team and cannot be changed by the end user.
* Add you company's primary phone number.
* Choose a preferred language using the dropdown menu as shown above.

### Address <a href="#address" id="address"></a>

Add or edit your company's address in the section shown below.

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

Complete all of the fields or your Packslips and Labels will have missing data.

### License <a href="#license" id="license"></a>

<figure><img src="/files/4He28FTiu6q9x6C3h0Mo" alt=""><figcaption></figcaption></figure>

* Expiry field indicates when is your current P4W license runs out.
* Users field shows how many users can utilize P4W system simultaneously.
* Links above allows user to view and email certificate, or access license agreement.

### Document printing <a href="#document-printing" id="document-printing"></a>

P4W provides an option for users to upload their own custom document for printing including: Custom Packslip, Custom Commercial Invoice, Custom Proforma invoice, Custom RMA, Custom Receiving slip, Custom 3PL Invoice.To upload a custom printing document, click the 'Upload...' link and select a file from your local machine.

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

{% hint style="info" %}
Notice: click 'Update' button to save changes.
{% endhint %}


---

# 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.p4.software/p4warehouse-english/tenant-full-guide/tenant-setup.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.
