# Other Dashboard Options

Using the [*access keys*](/account-management/access-keys.md) features, you can allow an external dashboard or alerting system to pull data from Hosted Graphite. Here are some other dashboard options:

* **Graphene**\
  <https://github.com/jondot/graphene> - A nice dashboard running on Rails using D3 to render the graphs.
* **Graphiti**\
  <https://github.com/EchoTeam/graphiti>- Using Sinatra and Redis to replace the Graphite web app.
* **Tasseo**\
  <https://github.com/obfuscurity/tasseo> - We run this natively, but you might want to run Jason Dixon’s Tasseo dashboard yourself for some reason.
* **GDash**\
  <https://github.com/ripienaar/gdash> - Another Sinatra app, using Twitter Bootstrap for layout.
* **Configuration:** In `dash.yaml`, add

```
:graphite: https://www.hostedgraphite.com/your/accesskey/
```


---

# 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.hostedgraphite.com/dashboard-and-graphs/other-dashboard-options.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.
