# Developers

- [SEAMS APP Requirements](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/seams-app-requirements.md): Develop a clear understanding of the functionalities and features the SEAMS app needs to support its intended uses. Here's a breakdown:
- [Technology Stack SEAMS](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/seams-app-requirements/technology-stack-seams.md): Full Stack Development Guide for Next.js, Web3.js, and AWS Amplify
- [User Views](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/seams-app-requirements/user-views.md): List of views, elements, and functionalities SEAMS to incorporate both self-selected tasks and assigned tasks for team members.
- [SEAMS Low-Code Overview](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/seams-app-requirements/seams-low-code-overview.md): Overview
- [Technical Overview](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/seams-app-requirements/seams-low-code-overview/technical-overview.md)
- [Scope of Work](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/seams-app-requirements/seams-low-code-overview/scope-of-work.md)
- [Next.js / React Components & Pages List](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/next.js-react-components-and-pages-list.md): To build the SEAMS app using the Next.js framework, we'll need to define the React components or pages that are essential for the app's functionality.
- [React Component Breakdown](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/next.js-react-components-and-pages-list/react-component-breakdown.md): Detailed Component Breakdown
- [Dashboard Design](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/next.js-react-components-and-pages-list/dashboard-design.md): SEAMS App Home Dashboard Design
- [Sidebar Navigation](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/next.js-react-components-and-pages-list/sidebar-navigation.md): SEAMS App Sidebar Navigation
- [Templates for MVP](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/next.js-react-components-and-pages-list/templates-for-mvp.md)
- [GraphQL Database Schema](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/graphql-database-schema.md)


---

# 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.urbanarray.org/sustainable-empowerment-asset-management-system/developers.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.
