# Features

- [Basic](https://inistate.gitbook.io/home/features/basic.md): Basic contains default activities of Inistate.
- [Information](https://inistate.gitbook.io/home/features/information.md): Information refers to the diverse types of data that users can input and manage within the platform. It is customizable and designed to support various workflows and data analysis.
- [Listing](https://inistate.gitbook.io/home/features/listing.md): Listing refers to a feature that allows you to view and manage entries or items within a state or workflow. Each list represents a collection record that share a specific state, category, condition.
- [Activity](https://inistate.gitbook.io/home/features/activity.md): Activity is a feature for tracking and managing tasks, actions, or events within workflows. Each entry logs a distinct action, allowing users to monitor and view task statuses and progress.
- [Form](https://inistate.gitbook.io/home/features/form.md): Forms let users enter and view structured information for specific workflows, supporting fields like text, images, and buttons, with options for visibility, requirements, and automation.
- [State](https://inistate.gitbook.io/home/features/state.md): State represents a distinct phase in the lifecycle of an entity within Inistate. Each State denotes a specific status that helps identify the entity’s current stage in its workflow.
- [Flow](https://inistate.gitbook.io/home/features/flow.md): Flow in Inistate is a set of defined transitions between States that represent the lifecycle of an entity, dictating how it can move from one State to another.


---

# 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://inistate.gitbook.io/home/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.
