> For the complete documentation index, see [llms.txt](https://meta.buddhistgeeks.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meta.buddhistgeeks.org/espanol-2/trainings.md).

# Trainings

- [Training Metrics](https://meta.buddhistgeeks.org/espanol-2/trainings/metrics.md): Transparent generosity metrics for all of our past training programs.
- [Neurodharma (2021)](https://meta.buddhistgeeks.org/espanol-2/trainings/metrics/neurodharma-2021.md): Transparent Financial Metrics on the Neurodharma Training
- [Social Meditation (2021)](https://meta.buddhistgeeks.org/espanol-2/trainings/metrics/social-meditation-facilitation-2021.md): Transparent Generosity Metrics on our Social Meditation Facilitator Trainings in 2021.
- [Awareness Meditation (2021)](https://meta.buddhistgeeks.org/espanol-2/trainings/metrics/awareness-meditation-2021.md): Transparent Financial Metrics on the Awareness Meditation Training
- [Integral Dharma (2021)](https://meta.buddhistgeeks.org/espanol-2/trainings/metrics/integral-dharma-2021.md): Transparent Financial Metrics on the Integral Dharma Course
- [Integral Dharma (2020)](https://meta.buddhistgeeks.org/espanol-2/trainings/metrics/integral-dharma.md): Transparent Financial Metrics on the Integral Dharma Training
- [Social Meditation Facilitation (2020)](https://meta.buddhistgeeks.org/espanol-2/trainings/metrics/social-meditation.md): Transparent Financial Metrics on the Social Meditation Facilitator Training
- [Responsive Meditation (2020)](https://meta.buddhistgeeks.org/espanol-2/trainings/metrics/responsive-meditation.md): Transparent Financial Metrics on the Responsive Meditation Training
- [Teacher Training (2019-2020)](https://meta.buddhistgeeks.org/espanol-2/trainings/metrics/teacher-training.md): Metrics on the Transparent Generosity model with our current cohort of Buddhist Geeks teacher trainees.
- [Pragmatic Dharma (2019)](https://meta.buddhistgeeks.org/espanol-2/trainings/metrics/pragmatic-dharma.md): Transparent Financial Metrics on the Pragmatic Dharma Training
- [⚙️ Managing Recurring Donations](https://meta.buddhistgeeks.org/espanol-2/trainings/kindful-donations.md): Instructions, for those who are giving regularly to support a Buddhist Geeks Training, on how to manage their recurring donations.
- [Access your Kindful Account](https://meta.buddhistgeeks.org/espanol-2/trainings/kindful-donations/access-kindful-account.md): Instructions on how to set-up and login to your Kindful account.
- [Update your Payment Information](https://meta.buddhistgeeks.org/espanol-2/trainings/kindful-donations/update-your-payment-information.md): Information on how to add a new payment method, update the expiration date on a new card, or update your mailing address.
- [Change your Recurring Donation](https://meta.buddhistgeeks.org/espanol-2/trainings/kindful-donations/change-your-recurring-donation.md)
- [Delete your Recurring Donation](https://meta.buddhistgeeks.org/espanol-2/trainings/kindful-donations/delete-your-recurring-donation.md): Instructions on how to delete your recurring kindful donation.


---

# 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://meta.buddhistgeeks.org/espanol-2/trainings.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.
