> 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/sandbox/introducing-digit-sandbox/roadmap.md).

# Roadmap

### Sandbox V1

| "Experience V1  (Explore)" | "Experience V2  (Build)" | "Experience V3 (Make Live)" |
| -------------------------- | ------------------------ | --------------------------- |
| Signup                     |                          |                             |
| Email Verification         |                          |                             |
| Profile Management         |                          |                             |
| User Management            |                          |                             |

### Enhancements

| "Experience V1  (Explore)" | "Experience V2  (Build)" | "Experience V3 (Make Live)" |
| -------------------------- | ------------------------ | --------------------------- |
| Home V1                    | Home V2                  |                             |
| Guide Panel                |                          |                             |

### Demo Environment

| "Experience V1  (Explore)" | "Experience V2  (Build)"       | "Experience V3 (Make Live)" |
| -------------------------- | ------------------------------ | --------------------------- |
|                            | Account with Default Demo data |                             |

### Workbench

| "Experience V1  (Explore)"                  | "Experience V2  (Build)" | "Experience V3 (Make Live)" |
| ------------------------------------------- | ------------------------ | --------------------------- |
| UX Revamp                                   |                          |                             |
| Localisation Correction                     |                          |                             |
| Product - MDMS mapping                      |                          |                             |
| Default Tenant - Master Data configurations |                          |                             |

### Configurations

| "Experience V1  (Explore)"      | "Experience V2  (Build)"  | "Experience V3 (Make Live)" |
| ------------------------------- | ------------------------- | --------------------------- |
| Workflow (Table)                | Workflows (builder UI)    |                             |
| Localisation (WorkBench)        | Localisation (overlay UI) |                             |
| Default Product Configurations  | SMS (templates)           |                             |
| Product Specific Configurations |                           |                             |
| Boundary Configurations         |                           |                             |

### Applications

| "Experience V1  (Explore)"                                             | "Experience V2  (Build)" | "Experience V3 (Make Live)"    |
| ---------------------------------------------------------------------- | ------------------------ | ------------------------------ |
| Complaints                                                             | Property Tax             | FSM                            |
| Employee Management (Admin Console, Microplanning, HCM App, Dashboard) | Licences                 | Revenue and Expense Management |
| Campaigns                                                              | Challans                 | Works Management               |
|                                                                        | BPA                      |                                |

### Academy

| "Experience V1  (Explore)" | "Experience V2  (Build)" | "Experience V3 (Make Live)" |
| -------------------------- | ------------------------ | --------------------------- |
|                            | Link to Academy          |                             |

### DevOps

| "Experience V1  (Explore)" | "Experience V2  (Build)" | "Experience V3 (Make Live)" |
| -------------------------- | ------------------------ | --------------------------- |
|                            |                          | Guided devops worklow       |

### DIGIT Developer Console

| "Experience V1  (Explore)" | "Experience V2  (Build)" | "Experience V3 (Make Live)" |
| -------------------------- | ------------------------ | --------------------------- |
|                            | Access for Development   |                             |
|                            | Access to Deploy         |                             |

### Developer Studio

| "Experience V1  (Explore)" | "Experience V2  (Build)"                   | "Experience V3 (Make Live)" |
| -------------------------- | ------------------------------------------ | --------------------------- |
|                            | Plugin for developers (Like Visual Studio) |                             |
|                            | Dashboard for operations and Maintenance   |                             |

### DIGIT Cloud

| "Experience V1  (Explore)" | "Experience V2  (Build)" | "Experience V3 (Make Live)" |
| -------------------------- | ------------------------ | --------------------------- |
|                            |                          | DIGIT Infra-Suite           |
|                            |                          | Billing and Subscription    |
|                            |                          | Data Security               |
|                            |                          | Policy                      |

### Data Management

| "Experience V1  (Explore)" | "Experience V2  (Build)" | "Experience V3 (Make Live)"         |
| -------------------------- | ------------------------ | ----------------------------------- |
|                            |                          | Import data from other Applications |


---

# 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/sandbox/introducing-digit-sandbox/roadmap.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.
