# Assign Users to Floorplans

After you have setup [Azure user roles](/docs/administrator-manual/setup-azure-roles.md) and [uploaded floorplans](/docs/administrator-manual/create-floorplans.md), it is now time to set the location of users on the floorplans.

{% hint style="info" %}
Only **Administrators** and **Floorplan administrators** can set the location of other users.
{% endhint %}

## Set a user's location

Follow these steps to set the location of a user:

1. On the Seatings main page, search for the user in the search field.
2. When you have found the user, select the floorplan you want in the dropdown on the top left.
3. Now drag the name with your mouse to the position on the floorplan, where the user is seated.

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

That's it.  From now on, if you search for the user, Seatings will show the user's location as a colored circle on the floorplan.

If you want to move a user to a different location within the same floorplan, press and hold Ctrl/Cmd and drag the user's circle to a different location.

<figure><img src="/files/7QG8EjiKQF41HnAJEQKh" alt=""><figcaption></figcaption></figure>

## Remove a user from a floorplan

To remove a user, click a circle on the floorplan and click "Remove user" on the user info card.

<figure><img src="/files/eumZj8aojIbEk8DNUs92" alt=""><figcaption><p>Click "Remove user" to remove a user entirely.</p></figcaption></figure>


---

# 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://seatings.gitbook.io/docs/administrator-manual/assign-users-to-floorplans.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.
