# Hosting a PyCon

Welcome to the Guide to Hosting PyCon! This comprehensive guide provides all the information you need to plan, organize, and execute a successful PyCon event. Whether you're a first-time organizer or looking to enhance your existing event, this guide covers everything from initial planning to post-conference wrap-up.

You can view the full documentation [**HERE**](https://docs.pycon.africa)

## Table of Contents

{% content-ref url="/pages/4iZMHj7LV8HwUXxwsW8a" %}
[Introduction](/introduction.md)
{% endcontent-ref %}

{% content-ref url="/pages/VD2720gZq1M8ioyPyG0e" %}
[Planning and Preparation](/planning-and-preparation.md)
{% endcontent-ref %}

{% content-ref url="/pages/tDZF7oegEwzTTFxt52H0" %}
[Venue and Logistics](/venue-and-logistics.md)
{% endcontent-ref %}

{% content-ref url="/pages/Hm1htZBFfYdymk25ES6s" %}
[Program and Schedule](/program-and-schedule.md)
{% endcontent-ref %}

{% content-ref url="/pages/rzx57RnFK2ic8SVQxPH9" %}
[Volunteer Recruitment and Management](/volunteer-recruitment-and-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/5tM76Gy867YISk4QBQV3" %}
[Sponsorship and Budgeting](/sponsorship-and-budgeting.md)
{% endcontent-ref %}

{% content-ref url="/pages/6fENZr2aNY97khfQmLOq" %}
[Marketing and Communication](/marketing-and-communication.md)
{% endcontent-ref %}

{% content-ref url="/pages/QGwVrDJBkiVAKVlR5oHH" %}
[On-Site Management](/on-site-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/JNv4u3ECtscPOqDtRMyp" %}
[Post-Conference Activities](/post-conference-activities.md)
{% endcontent-ref %}

{% content-ref url="/pages/XjIuseS0JkkC41CEETWr" %}
[Templates and Resources](/templates-and-resources.md)
{% endcontent-ref %}

## Getting Started

To get started, clone this repository:

```bash
git clone https://github.com/YourUsername/Guide-to-Hosting-PyCon.git



```


---

# 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://docs.pycon.africa/readme.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.
