# Step 0: Planning App Architecture

The Open Development Roadmap (Development Pipeline) app serves the following purposes:

1. Collect feature requests and bug reports from users
2. Enable the admin to approve these requests
3. Display the current development pipeline, including planned tasks, those under development, and those already released
4. Allow users to upvote features and requests
5. Streamline the release notes process
6. Allow users to subscribe to features for updates, which will be delivered via email.

![](/files/-MbAgzFXdEM2hmhMAsRd)


---

# 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://readme.directual.com/directual-step-by-step/open-development-pipeline/step-0-thinking-over-an-app-architecture.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.
