# Default data

Default data refers to preconfigured data that is provided as a starting point or initial state for a system. This data is typically included with the application or system and can be used by users to get up and running with the application quickly.

Any data record marked as "Default" will be chosen by the system over any other data.

For example, The default user status is {Inactive}, meaning that when the system creates a new user, the user’s status will also be {Inactive}. If you want to customize this behavior, you will need to change the default user status.

{% hint style="warning" %}
On a dataset (table), data marked as "Default" must not exceed one row at any given time. This data serves as the default value within the system.
{% 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://jframework.gitbook.io/help/other-concepts/default-data.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.
