# Overview

### About the Python Software Community

The Python Software Foundation is an organization devoted to advancing open source technology related to the Python programming language. We support and maintain [python.org](https://python.org/), [The Python Package Index](https://pypi.org/), [Python Documentation](https://docs.python.org/), and many other services the Python Community relies on. Additionally, we produce and underwrite the [PyCon US Conference](https://us.pycon.org/), the largest annual gathering for the Python community.

### Stay in touch with the PSF

To receive important community news, get help, ask questions;

* [Sign up for our Newsletter](https://www.python.org/psf/newsletter/)
* [Stay up to date on our Blog](https://pyfound.blogspot.com/)
* [Help and General Contact](https://www.python.org/about/help/)
* [Submit Website Bug](https://github.com/python/pythondotorg/issues)
* [Python Discord](about:blank)
* You can follow us on [X](https://twitter.com/ThePSF), [Mastodon](https://fosstodon.org/@ThePSF), [Bluesky](https://bsky.app/profile/python.org), and [LinkedIn](https://www.linkedin.com/company/thepsf/).

### Adopting this Kit

This kit was adopted from PyLadies Global.

\ <br>


---

# 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/overview.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.
