> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/works/setup.md).

# Setup

- [Install Works](https://docs.digit.org/works/setup/install-works.md)
- [Install Using GitHub Actions In AWS](https://docs.digit.org/works/setup/install-works/install-using-github-actions-in-aws.md)
- [System Data Setup](https://docs.digit.org/works/setup/install-works/system-data-setup.md)
- [Configure Works](https://docs.digit.org/works/setup/configure-works.md): Common steps to configure Works services
- [Service Configuration](https://docs.digit.org/works/setup/configure-works/service-configuration.md): Configuring platform services
- [Project](https://docs.digit.org/works/setup/configure-works/service-configuration/project.md): Steps to configure the project service
- [Estimate](https://docs.digit.org/works/setup/configure-works/service-configuration/estimate.md): Provides an overview of the configuration of the estimate service
- [Contract](https://docs.digit.org/works/setup/configure-works/service-configuration/contract.md): Detailed description of configuring the contract service
- [Attendance](https://docs.digit.org/works/setup/configure-works/service-configuration/attendance.md)
- [Muster Roll](https://docs.digit.org/works/setup/configure-works/service-configuration/muster-roll.md): Muster roll is a record of attendance and quantity of work done by wage seekers.
- [Expense](https://docs.digit.org/works/setup/configure-works/service-configuration/expense.md)
- [Bank accounts](https://docs.digit.org/works/setup/configure-works/service-configuration/bank-accounts.md)
- [Organisation](https://docs.digit.org/works/setup/configure-works/service-configuration/organisation.md): Organisation registry to store vendors, contractors, CBOs and other org types.
- [Individual](https://docs.digit.org/works/setup/configure-works/service-configuration/individual.md)
- [Estimate Template](https://docs.digit.org/works/setup/configure-works/service-configuration/estimate-template.md)


---

# 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.digit.org/works/setup.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.
