# Resources

### Grants

The PSF supports Python related programs through its [Grants Program](https://www.python.org/psf/grants/).

### Educational Resources

<https://docs.google.com/spreadsheets/d/1OfJ64Daw0B690k_hJdmkHHZ4DzPHyG-f0NG3cDFgKDo/edit?gid=0#gid=0>

### PSF Membership

By [becoming a member](https://www.python.org/psf/membership/), you tell us and the world that you are a part of the PSF and support our work, and as one of the classes of voting members, you add your voice to the future direction of the Foundation.

As a community organizer, you can nominate yourself or community members to become Fellows at the PSF. Fellows are members who have been nominated for their extraordinary efforts and impact upon Python, the community, and the broader Python ecosystem. Visit the [PSF's Fellow Membership page](https://www.python.org/psf/fellows/) to nominate a Fellow or learn more about the process.


---

# 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://python-software-foundation.gitbook.io/psf/resources.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.
