> For the complete documentation index, see [llms.txt](https://learn.goodhearttech.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.goodhearttech.org/tech-guides/software-guides/set-up-point-for-volunteer-management.md).

# Set up POINT for Volunteer Management

This article will describe how to sign up for POINT and configure your nonprofit organization to make volunteer opportunities publicly available.&#x20;

1. **Sign Up**
   * Head to the POINT Sign-Up page <https://dash.pointapp.org/sign-up> and fill out the short form with your name, email address, and password.
2. **Create Your Organization**
   * After signing up, you'll be prompted to create your organization.  If you are not prompted, you should select **Switch to Admin View** from the left menu, and click **Create an Organization.**

     <figure><img src="/files/nmCOmg3n5YOFZYGQk7Yl" alt="" width="154"><figcaption></figcaption></figure>
   * Enter your organization's name and other info. You should add as much detail as you can, including your logo.&#x20;
     * After submitting your nonprofit's information, there may be some additional verification step that are required by POINT.&#x20;
3. **Add Additional Admins (Optional)**
   * Once your organization has been completed, go to the organization's dashboard, and scroll to the **Set Up Your Organization** section to Invite additional admins via email.&#x20;

     <figure><img src="/files/vLY1Afxf8S4Dau9AICa0" alt=""><figcaption></figcaption></figure>
4. **Create Volunteer Opportunities (Events)**
   * Click on **Quick Add** < **Event** in the menu.
   * Fill in the details like title, date, time, location, and description of the volunteer activity.
   * Under "Shifts", set up specific timeslots volunteers can sign up for. You can add multiple time slots if needed.
5. **Publish Your Opportunities**
   * POINT offers multiple ways to share your volunteer opportunities with the world, but both can be configured from the admin dashboard, here: <https://dash.pointapp.org/admin/settings>  You can either embed the volunteer widget in your existing website or use the built-in point app website, [like this one](https://pointapp.org/orgs/1580).&#x20;

{% hint style="info" %}
POINT offers a free demo to explore all the features before creating your first event.
{% 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://learn.goodhearttech.org/tech-guides/software-guides/set-up-point-for-volunteer-management.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.
