> For the complete documentation index, see [llms.txt](https://docs.oneweb.tech/oneweb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oneweb.tech/oneweb/design-and-develop-oneweb-apps/design-and-develop-process/start-with-business-process-in-oneweb/simulate-your-process.md).

# Simulate your process

Once the process is complete and is validated successfully, user might want to test to see if the process is working as expected. For this ONEWEB provides the Simulator Utility to simulate the steps in the process.

To simulate a process, go to the Simulation Test tab. The utility provides the flow diagram for review and an input box with the input BO parameters in JSON format to start the flow.

1. Update the Input BO parameters with the actual value you need to send to test the flow.
2. Click on the **Start** button.

![](/files/0s9m57PvWpYTuCWKGwF0)

System will initiate an instance of the process with the sample values and highlight the path taken by the process with the current input values. It will also display the task Id for the current process.

![](/files/wUXjiHpNUKaHYaiSJTQK)

User can continue through the different steps in the process until completion by clicking on the **Complete** button. Or user can click on the **Retest** button to start a new instance of the process.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.oneweb.tech/oneweb/design-and-develop-oneweb-apps/design-and-develop-process/start-with-business-process-in-oneweb/simulate-your-process.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
