> For the complete documentation index, see [llms.txt](https://docs.urbanarray.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.urbanarray.org/sustainable-empowerment-asset-management-system/developers/next.js-react-components-and-pages-list/sidebar-navigation.md).

# Sidebar Navigation

### **1. Dashboard**

* **Home**: Quick access to a comprehensive overview of recent activities, project status, notifications, and key performance indicators.

### **2. Projects**

* **All Projects**: View a list of all current and past projects.
* **My Projects**: Direct access to projects the user is directly involved in.
* **Create Project**: Shortcut to initiate new projects.
* **Archived Projects**: Review completed or paused projects.

### **3. Tasks**

* **Overview**: Dashboard of all tasks across projects.
* **My Tasks**: Tasks specifically assigned to the logged-in user.
* **Add Task**: Interface to quickly delegate new tasks to team members.

### **4. Calendar**

* **Project Calendars**: Integrates all project timelines, deadlines, and milestones.
* **Meeting Scheduler**: Organize and invite team members to project meetings or reviews.
* **Personal Calendar**: Manage personal events and non-project related appointments.

### **5. Collaboration**

* **File Sharing**: Central repository for all project documents and files.
* **Discussions**: Project and general discussion boards for team communication.
* **Messaging**: Instant messaging for direct and group chats.

### **6. Tokens**

* **Wallet**: Manage and review all token transactions and balances.
* **RRAY Market**: Use RRAY tokens to transact within the app's marketplace.
* **Token Rewards**: View and claim token-based rewards for project contributions.
* **Stake Tokens**: Participate in staking SEED tokens for project funding.

### **7. Reporting**

* **Project Reports**: Generate detailed reports on project progress and resource allocation.
* **Task Analytics**: Insights into task completion rates and team performance.
* **Financial Overview**: Summaries of budget utilization and financial health.

### **8. Resources**

* **Management**: Allocate and monitor resources assigned to projects.
* **Directory**: Detailed listing of available resources and their statuses.
* **Booking**: Schedule resources for specific tasks or projects.

### **9. Finance**

* **Budget Tracking**: Tools for managing and tracking project budgets.
* **Expense Management**: Log and categorize project-related expenditures.
* **Financial Reports**: Detailed reporting on project and overall platform finances.

### **10. User Management**

* **Profile Settings**: Manage personal profile settings and account information.
* **Team Directory**: Access contact information and roles of all team members.
* **Invite New Users**: Tools to invite new users to the platform with appropriate access permissions.

### **11. Settings**

* **General Settings**: Adjust general app settings such as notifications, language preferences, and display options.
* **Security Settings**: Manage security preferences, including password changes and two-factor authentication.
* **Integration Settings**: Configure and manage integrations with other tools or platforms.

### **12. Help & Support**

* **Documentation**: Access to help documents, user guides, and FAQs.
* **Support Center**: Submit and track support tickets.
* **Community Forums**: Engage with the community for tips, advice, and feedback.

This sidebar design ensures users have easy and quick access to all necessary functionalities within the SEAMS app, enhancing user experience and improving project management and collaboration efficiency within the Urban Array ecosystem.


---

# 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.urbanarray.org/sustainable-empowerment-asset-management-system/developers/next.js-react-components-and-pages-list/sidebar-navigation.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.
