# Sanitation Actors & Interactions

## Actor Interaction Mapping

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

The above diagram illustrates the integration between each actor. A brief description of each role is provided below:

| Role                                                                                                         | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Action                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| ------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| System Administrator                                                                                         | <p><br>The user can define boundaries, create roles and users, define properties,, upload lisy of localities and slums, as well as create localisation.</p>                                                                                                                                                                                                                                                                                                     | <ol><li>Define boundaries.</li><li>Create roles and map to actions.</li><li>Create users: Map to the role and boundary (boundary mapping to be confirmed).</li><li>Define property types and sub-types.</li><li>Define pricing.</li><li>Upload the list of localities and pin codes.</li><li>Upload the list of slums.</li><li>Define the minimum advance pricing to be collected.</li><li>Create localisation.</li></ol>                                                        |
| Citizen                                                                                                      | A citizen can request for a desludging operation online. The user can check the status of the application online, make the payment for the service online, and post desludging, they can rate the quality of the service online.                                                                                                                                                                                                                                | <ol><li>Request for desludging services.</li><li>View the acknowledgement receipt.</li><li>View the payment receipts.</li><li>Track the status of desludging requests.</li><li>View the history of past desludging services.</li><li>Make online payments.</li></ol>                                                                                                                                                                                                             |
|                                                                                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ULB Employee (Can be assigned roles as creator, collector, editor, report viewer, dashboard viewer or admin) | A ULB official will act as a regulatory and management authority for the entire desludging process. He/she can receive the request from a citizen online or can create a request on behalf of the citizen online. When the request is received, the user can assign a desludging operator for a request. The official can also update the status of the request on behalf of the DSO after the service is completed at the site, and view the relevant reports. | <ol><li>Add, update, and disable vendors.</li><li>Add, update, and disable drivers.</li><li>Add, update, and disable vehicles.</li><li>Map vendors and drivers.</li><li>Map vehicles and drivers.</li><li>Create desludging service requests on behalf of citizens.</li><li>Accept, reject, or update desludging service requests</li><li>Assign vendors to desludging services.</li><li>Collect service fees.</li><li>View dashboards and reports for a specific ULB.</li></ol> |
| Transportation Vendors                                                                                       | This user can receive the requests assigned by a ULB official, and update the status of the transaction after the service is completed.                                                                                                                                                                                                                                                                                                                         | <ol><li>Accept/reject desludging requests.</li><li>Assign vehicles to requests.</li><li>Update the number of trips.</li><li>Map the completion of requests.</li></ol>                                                                                                                                                                                                                                                                                                            |
| Treatment Plant Operator                                                                                     | This user can view the current demand, that is, the list of planned desludging requests available in the system. He/she can update the vehicle log which enters the FSTP/STP every day.                                                                                                                                                                                                                                                                         | <ol><li>Record incoming vehicles against requests.</li><li>Record incoming vehicles without associated service requests.</li></ol>                                                                                                                                                                                                                                                                                                                                               |
| State Administrator                                                                                          | <p>The user can view dashbaords and reports. The user can also filter dasboards and reports for a specific urban local body and by time.<br></p>                                                                                                                                                                                                                                                                                                                | <ol><li>View dashboards and reports for states.</li><li>Filter dashboards and reports by time, and for a specific ULB.</li></ol>                                                                                                                                                                                                                                                                                                                                                 |


---

# 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://docs.digit.org/sanitation/water-sanitation-product-suite/waste-management-system/faecal-sludge-management-fsm/sanitation-actors-and-interactions.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.
