# Functional and Technical Information

- [Anonymous Process Creation](https://bpmflow.gitbook.io/project/functional-and-technical-information/anonymous-process-creation.md)
- [Scalable Vector Graphics Support](https://bpmflow.gitbook.io/project/functional-and-technical-information/scalable-vector-graphics-support.md)
- [Timers](https://bpmflow.gitbook.io/project/functional-and-technical-information/timers.md)
- [Event Monitor Timespan](https://bpmflow.gitbook.io/project/functional-and-technical-information/timers/event-monitor-timespan.md)
- [Process Creation Timer](https://bpmflow.gitbook.io/project/functional-and-technical-information/timers/process-creation-timer.md)
- [Task Timers](https://bpmflow.gitbook.io/project/functional-and-technical-information/timers/task-timers.md)
- [Timers and Caledars](https://bpmflow.gitbook.io/project/functional-and-technical-information/timers/timers-and-calendars.md)
- [States](https://bpmflow.gitbook.io/project/functional-and-technical-information/states.md)
- [Process States](https://bpmflow.gitbook.io/project/functional-and-technical-information/states/process-states.md)
- [Tasks Assignation Policy](https://bpmflow.gitbook.io/project/functional-and-technical-information/tasks-assignation-policy.md)
- [Partial Execution Framework](https://bpmflow.gitbook.io/project/functional-and-technical-information/partial-execution-framework.md)
- [Technical Information](https://bpmflow.gitbook.io/project/functional-and-technical-information/partial-execution-framework/technical-information.md)
- [Functional Information](https://bpmflow.gitbook.io/project/functional-and-technical-information/partial-execution-framework/functional-information.md)
- [Roles and Performers](https://bpmflow.gitbook.io/project/functional-and-technical-information/roles-and-performers.md)
- [Debugging Process Execution](https://bpmflow.gitbook.io/project/functional-and-technical-information/debugging-process-execution.md): In BPMFlow there are several ways to debug the execution of a process.
- [Manually inspect a BPM Process Instance](https://bpmflow.gitbook.io/project/functional-and-technical-information/debugging-process-execution/manually-inspect-a-bpm-process-instance.md): Process instance can be manually inspected within a server session.
- [Automatically Generate a Test Case](https://bpmflow.gitbook.io/project/functional-and-technical-information/debugging-process-execution/automatically-generate-a-test-case.md): In this case a Test Case is generated automatically from the process instance then it can be ran N times to study any problem with the process.


---

# 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://bpmflow.gitbook.io/project/functional-and-technical-information.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.
