# Features

## Linking directly to users

Seatings lets you link directly to a user with the `search` query parameter.  A direct link opens Seatings and shows the location of the linked user.  You can use the user's e-mail address for the link, for example.:

```
https://seatings.app/floorplan/?search=andrea.vang@acme.com
```

See also the [sharing feature](/docs/user-manual/using-seatings.md#share-location).

## Full screen mode

You can force Seatings to open in [full screen mode](/docs/user-manual/using-seatings.md#full-screen-mode).  Just use the `fullscreen` query parameter, for example:

```
https://seatings.app/floorplan/?fullscreen&search=andrea.vang@acme.com
```


---

# 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/features.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.
