> For the complete documentation index, see [llms.txt](https://docs.appstrategy.com/apprules-r-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appstrategy.com/apprules-r-documentation/platform/platform-features/creating-and-running-projects/running-projects/running-from-the-home-page.md).

# Running from the Home Page

You can run your project directly from the appRules Home Page.  Click the Run button on the Project Toolbar and the following modal will be displayed:

<figure><img src="/files/k5iFhmxbhujxMJxrFUe4" alt=""><figcaption></figcaption></figure>

Enter an optional reference for the job, the Server on which to run the job (or Default).  "Max Run Time" and "Cache TimeSpan" are defined in the project settings for the project.

Check whether to run the job in background and if extended logging is required (for example if you are debugging the project).

Click the Run toolbar button to run to job.


---

# 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://docs.appstrategy.com/apprules-r-documentation/platform/platform-features/creating-and-running-projects/running-projects/running-from-the-home-page.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.
