> For the complete documentation index, see [llms.txt](https://jframework.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jframework.gitbook.io/help/other-concepts/jfw-status.md).

# JFW Status

The JFW Status is commonly used to determine the status of a record in the JFW system. If any Entity concept doesn't define its status, they will use this status. The JFW Status determines whether a record is active or inactive.

* `Inactive (0)`The record is inactive and cannot be used. The default status of a record is inactive.
* `Active (1)`The record is active and can be used.

Some records may have additional statuses that are specific to that record. For example, a user record may have statuses such as `Suspended (-2)` or `Deleted (-3)`. Or overriden statuses such as Payment Status, `Waiting (-1)`, `Completed (1)`, etc. You can find the specific statuses in the corresponding entity concept.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/jfw-status.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.
