> For the complete documentation index, see [llms.txt](https://docs.mailtrap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mailtrap.io/account-and-organization/billing/edu.md).

# Educational institutions

For the educational institutions that act without profit-making intentions, such as institutions of primary education, secondary education I / II, chairs at universities, public courses or public libraries, we offer the following benefits:

* **Email Sandbox** – Free access to the Team plan
* **Email API / SMTP** – Free access to the Basic 10K plan
* **Discounted Billing** – All other paid plans are available at a 50% discount

To activate a non-profit plan, please email us at **<support@mailtrap.io>** with the following:

1. Verification of employment or affiliation with the organization (such as a profile page on the organization’s website, LinkedIn profile, or employment contract)
2. A brief note on which Mailtrap product(s) you intend to use

We look forward to helping your organization thrive.

{% hint style="info" %}
Discounts are available to organizations and institutions only and do not apply to individual users.

If you are using Mailtrap as part of a course, training program, or for individual learning (e.g., coursework or practice), you can use our Free plan, which is designed to support such use cases.
{% endhint %}


---

# 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.mailtrap.io/account-and-organization/billing/edu.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.
