> For the complete documentation index, see [llms.txt](https://usdr.gitbook.io/talent-toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usdr.gitbook.io/talent-toolkit/talent-acquisition/hiring-process-phases/post-source-and-amplify/job-boards.md).

# Job Boards

Sites and platforms to post open roles and connect with new pools of candidates.

## Recommended Job Boards

{% tabs %}
{% tab title="General Hiring" %}

* [Tech Jobs for Gov / Public Sector Job Board](https://techjobsforgov.com/)
* [Tech To Gov](https://www.techtogov.org/finding-jobs)
* [Tech Jobs for Good](https://techjobsforgood.com)
* [Contact Code for America](https://codeforamerica.org/contact-us/) with high-level jobs and ask that they be highlighted in the Code for America newsletter
* [Post the job on LinkedIn](https://www.linkedin.com/feed/)&#x20;
  * ***Tip:*** As the hiring manager, you can write a post in your own feed with what you're looking for, what makes the job and the team special and the “why” behind the work.&#x20;
* [Authentic Jobs](https://authenticjobs.com)
  {% endtab %}

{% tab title="Inclusive Focused" %}

* [All Tech is Human](https://alltechishuman.org/responsible-tech-job-board)
  * [Submit a job listing](https://airtable.com/apprdsx9uO4l5FieL/shrdbqGKwEFhglpyz)
* [Catalyte](https://www.catalyte.io/)
* [Diversify Tech](https://www.diversifytech.com)
* [Women in Data](https://www.womenindata.org/partner-with-us)
  * See their North America chapters [here](https://www.womenindata.org/chapters)
* [Black Career Women's Network](https://bcwnetwork.com/jobs/)
* [Women in Tech Job Board](https://mywit.org/jobs-listing/) (Atlanta Based)
* [Women in Tech](https://www.womenintechnology.org/career-center) (DC Based)
* [Hire Latinos](http://hirelatinos.org/)
* [Hire Veterans](https://hireveterans.com/registration/?user_group_id=Employer\&return_url=https%3A%2F%2Fhireveterans.com%2Fadd-listing%2F%3Flisting_type_id%3DJob)
* [People of Color In Tech](https://www.pocitjobs.com)
* [Society of Women Engineers](https://careers.swe.org/) (includes tech/software and traditional engineering roles)
* Search your region on <https://www.meetup.com> to find local tech meetup groups. For example: type “tech” or “jobs” into the MeetUp search bar and set the location to your desired city, or google “Tech MeetUp \[name of city/state]”
* [AISES](https://opportunities.aises.org/) (free inclusion in monthly newsletter to native job seekers)
  {% endtab %}
  {% endtabs %}

### Additional job boards

The following resource is a more comprehensive list of boards. When viewing on a small screen, please scroll the chart to the **RIGHT** for information on pricing and length of post.

{% hint style="info" %}
Make a copy of the [Job Boards](https://docs.google.com/spreadsheets/d/1wQGpLq1sR9mFloIoLOtrlhsB86alqsWKZ32BZhxHnFg/copy#gid=0) resource that you can filter and edit.
{% endhint %}

{% embed url="<https://docs.google.com/spreadsheets/d/1wQGpLq1sR9mFloIoLOtrlhsB86alqsWKZ32BZhxHnFg/edit#gid=0>" fullWidth="true" %}
When viewing on a small screen, scroll to the RIGHT for information on pricing and length of post.
{% endembed %}


---

# 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://usdr.gitbook.io/talent-toolkit/talent-acquisition/hiring-process-phases/post-source-and-amplify/job-boards.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.
