# Dashboard

## Dashboard Training

You can find the slides for the dashboard training [here](https://docs.google.com/presentation/d/1XG0KQvT4b7NrXUa4y7bBcvI6cZkMRv6ybejvCA5wIEA/edit#slide=id.g81d5c2e1cb_1_0).

This training is given to people who want to start helping with evaluating applicants on the dashboard.

## Where is this?

<https://dashboard.codeyourfuture.io/>

## What is this?

The dashboard is the key organisation tool that we use to coodinate CodeYourFuture. It is mainted and developed by our graduates.

## What does it do?

Currently it supports the following features:

* [Application Process](https://github.com/CodeYourFuture/DocsV2/tree/e9aebc0f2d97ba4e65a510fcf287c1d11f6ee70d/organisation/volunteers/application-process.md)
  * Including managing the steps that applicants have to complete to join the course
* Volunteer Sign Ups
* Cities
* Teams

We also have these feature in development

* Volunteer CRM
* Events
* Expenses

## What problem does it solve?

When we started we would manually contact each of our applicant by email and phone calls with very little visibility on who was conducting each past of the application process.

As we've grown, we've found that this has become a a bottleneck for the organisation and so we built a tool to help us manage that. This application process tool has grown into the Dashboard that you see today.

## How do I get access?

You can sign up on the website and then talk to a city coordinator to be accepted.


---

# 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.codeyourfuture.io/archive/archived-pages/cyf-dashboard.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.
