# Setting Up Your First Client

## What is white labeling?

Stencil offers our business users to personalize Stencil's branding and limit image generation features to only you. Your clients can create projects and templates, and these templates are accessible from your account. This allows you to collaborate directly with your client in term of designing your campaign.

{% hint style="info" %}
This feature is only available to users who subscribe to Business plan with white labeling feature.
{% endhint %}

## Getting started

### Creating your first client

If you are subscribed to the correct plan, you should be able to see `Clients` menu in the left sidebar. Click on it to access the `Clients` section.

<figure><img src="/files/sssefshjFfWaD3bLPbRy" alt=""><figcaption><p>Clients section</p></figcaption></figure>

Click on `Add new client` to create your first client. You will be redirected to a form to set up your client details.

Here you can upload a custom logo to personalize the branding. Name will also be used to customize the browser's title.

Right now, there are two languages supported - English and Brazilian Portuguese. This will be the default language when your client's user first log in into white labelled Stencil. They can change between languages in their user profile if they have other preference.

Next, for the `domain`, key in the domain from where the white labeled Stencil will be accessed. Your client will only have access to white labeled Stencil from this specified domain.&#x20;

<figure><img src="/files/2Im9JZYweuIDdQ44LEOh" alt=""><figcaption><p>Create client form</p></figcaption></figure>

{% hint style="info" %}
Learn how to set up the DNS for the domain you specified here - [DNS Setup with Cloudflare](/using-stencil/white-label-for-business/dns-setup-with-cloudflare.md)
{% endhint %}

### Testing your setup

Once you have created your first client and have set up the proper DNS settings to point your custom domain to Stencil's server, you can go to the specified domain.

You should be able to see login page to Stencil but with your client's logo.

Right now you can't login yet because you haven't add any user yet. Continue reading to the next section - [#managing-clients-access](#managing-clients-access "mention").

<figure><img src="/files/QsA5ler6wBvV7FDaHmFj" alt=""><figcaption><p>Your own white labeled Stencil</p></figcaption></figure>

### Managing client's access

Access to white labeled Stencil can only be managed by you. You need to add new user to access the white labeled Stencil. To do that, click on `Manage users`.

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

You will redirected to a form to add a new user. Specify the email and default password for your new user.

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

{% hint style="info" %}
Your client's users can change the default password by going to their profile page.
{% endhint %}

### What can your client see?

When accessed through the custom domain (i.e. white labeled Stencil), your client can only see projects and templates. Other image generation functionalities and integrations are disabled and they won't be able to see them.

<figure><img src="/files/Xx1T5D7dHJ28paZ5GEv3" alt=""><figcaption><p>Project screen</p></figcaption></figure>

Your client can add new project and template. They can edit templates but not generate images from them.

<figure><img src="/files/DbGuTKvT23ii2BJwA9Lp" alt=""><figcaption><p>Template screen</p></figcaption></figure>

### How do I access their projects?

In order to access their projects and templates, simply go to `Projects` screen like you would normally do.

You will notice that you have an extra tab called `Clients`.

<figure><img src="/files/7mUWN8GLCDB3BTu5DQ4t" alt=""><figcaption><p>Your client's projects are listed in this section</p></figcaption></figure>

From here you can access your client's projects and their templates. You would generate images like you would normally do.

<figure><img src="/files/ed3WjHOwFifBixWp1NJ6" alt=""><figcaption><p>Your client's template but with all the features enabled just for you.</p></figcaption></figure>

<figure><img src="/files/8UEfmdEogZmInRAF3EHK" alt=""><figcaption></figcaption></figure>

Image generation quota is taken from your account as your client's do not have the ability to generate image.


---

# 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.usestencil.com/using-stencil/white-label-for-business/setting-up-your-first-client.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.
