> For the complete documentation index, see [llms.txt](https://academy.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.pentaho.com/pentaho-ctools/c-tools.md).

# C-Tools

- [Getting Started](https://academy.pentaho.com/pentaho-ctools/c-tools/getting-started.md): Components, requirements and templated dashboard ..
- [First Steps](https://academy.pentaho.com/pentaho-ctools/c-tools/getting-started/first-steps.md): Before you begin ..
- [My First Dashboard](https://academy.pentaho.com/pentaho-ctools/c-tools/getting-started/my-first-dashboard.md): 15min dashboard ..
- [Community Data Access](https://academy.pentaho.com/pentaho-ctools/c-tools/community-data-access.md): Access data sources ..
- [Creating a CDA](https://academy.pentaho.com/pentaho-ctools/c-tools/community-data-access/creating-a-cda.md): Data Connection & Access in one file ..
- [Parameters](https://academy.pentaho.com/pentaho-ctools/c-tools/community-data-access/creating-a-cda/parameters.md): It's all about being flexible ..
- [CDA API](https://academy.pentaho.com/pentaho-ctools/c-tools/community-data-access/creating-a-cda/cda-api.md): CDA API Reference ..
- [CDA Data Sources](https://academy.pentaho.com/pentaho-ctools/c-tools/community-data-access/creating-a-cda/cda-data-sources.md): Community Data Access ..
- [Community Dashboard Framework](https://academy.pentaho.com/pentaho-ctools/c-tools/community-dashboard-framework.md)
- [CDF Dashboard](https://academy.pentaho.com/pentaho-ctools/c-tools/community-dashboard-framework/cdf-dashboard.md)
- [CDF Dashboards](https://academy.pentaho.com/pentaho-ctools/c-tools/community-dashboard-framework/cdf-dashboards.md)
- [Community Dashboard Editor](https://academy.pentaho.com/pentaho-ctools/c-tools/community-dashboard-editor.md): Dashboards made easy ..
- [UI Overview](https://academy.pentaho.com/pentaho-ctools/c-tools/community-dashboard-editor/ui-overview.md): Visual approach to dashboard creation ..
- [Carrier Dashboard](https://academy.pentaho.com/pentaho-ctools/c-tools/community-dashboard-editor/ui-overview/carrier-dashboard.md): Wireless Carrier dashboard ..
- [Components](https://academy.pentaho.com/pentaho-ctools/c-tools/community-dashboard-editor/components.md): Link between data sources and layout ..
- [Carrier Dashboard](https://academy.pentaho.com/pentaho-ctools/c-tools/community-dashboard-editor/components/carrier-dashboard.md): CTools components ..
- [Community Graphics Generator](https://academy.pentaho.com/pentaho-ctools/c-tools/community-graphics-generator.md)
- [Carrier Dashboard](https://academy.pentaho.com/pentaho-ctools/c-tools/community-graphics-generator/carrier-dashboard.md): Setting CGG Chart values with postFetch ..


---

# 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://academy.pentaho.com/pentaho-ctools/c-tools.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.
