# Stored values, Placeholders

The plugin uses a database as a data storage.\
At the moment, the number of stored values is strictly defined.\
When a passport is created, a record is created in the database:

<table><thead><tr><th width="164"></th><th>id</th><th>nickname</th><th>author</th><th>date</th><th>city</th><th>sex</th><th>avatar</th><th>value1</th><th>value2</th><th>value3</th><th>value4</th><th>value5</th><th>value6</th><th>value7</th><th>value8</th><th>value9</th><th>value10</th></tr></thead><tbody><tr><td>What is stored</td><td>ID</td><td>Owner</td><td>Issued by</td><td>Date</td><td>City</td><td>Gender</td><td>base64 skin</td><td><sub>Additional value</sub></td><td><sub>Additional value</sub></td><td><sub>Additional value</sub></td><td><sub>Additional value</sub></td><td><sub>Additional value</sub></td><td><sub>Additional value</sub></td><td><sub>Additional value</sub></td><td><sub>Additional value</sub></td><td><sub>Additional value</sub></td><td><sub>Additional value</sub></td></tr><tr><td>Placeholders</td><td>%id%</td><td>%player%</td><td>%author%</td><td>%date%</td><td>%city%</td><td>%sex%</td><td>Technical fied</td><td>%value1%</td><td>%value2%</td><td>%value3%</td><td>%value4%</td><td>%value5%</td><td>%value6%</td><td>%value7%</td><td>%value8%</td><td>%value9%</td><td>%value10%</td></tr></tbody></table>

{% hint style="danger" %}
These placeholders are used only in the plugin configuration. THIS IS NOT PlaceholderAPI!!!
{% endhint %}

{% hint style="success" %}
However, PlaceholderAPI placeholders can still be used inside the plugin configuration together with local placeholders
{% endhint %}


---

# 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://nekorise.gitbook.io/pxpassport/stored-values-placeholders.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.
