> ## Documentation Index
> Fetch the complete documentation index at: https://www.anything.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# USA Jobs

> Access federal job listings and employment data

USA Jobs API provides access to federal job listings, employment opportunities, and related data from the U.S. government.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a USA Jobs account
  </Card>

  <Card title="Get API Key" icon="key">
    Generate your USA Jobs API key
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Visit USA Jobs Website">
    Go to [developer.usajobs.gov](https://developer.usajobs.gov/)

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/usajobs/homepage.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=3e286cc8b32376a47df919a10f5d5061" style={{ borderRadius: '0.5rem', width: '624px', height: '303px' }} width="3420" height="1896" data-path="images/usajobs/homepage.png" />
  </Step>

  <Step title="Register for an Account">
    * Fill in your organization information
    * Provide contact details
    * Complete the verification process

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/usajobs/apigen.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=50e7dcb151c2a888fbdc2f62aeb21603" style={{ borderRadius: '0.5rem', width: '624px', height: '303px' }} width="3420" height="1898" data-path="images/usajobs/apigen.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Copy Your API Key">
    * Copy the generated API token found in the verification email

    <Warning>
      Keep your API key secure - it grants access to your USA Jobs API quota
    </Warning>
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the integration">
    1. In your Anything project, type `/` in the chat
    2. Select "USA Jobs" from the menu
  </Step>

  <Step title="Add your API key">
    1. Paste your API key into the "USAJOBS\_API\_KEY" field

    <Tip>
      Need a new key? Generate one in your USA Jobs developer dashboard.
    </Tip>
  </Step>

  <Step title="Use it">
    You can now use prompts with the integration to access federal job listings.

    Some examples:

    * `Search federal jobs using /USAJobs`
    * `Find government positions with /USAJobs`
    * `Create a job board using /USAJobs`

    <Warning>
      The API limits how often your app can fetch data. If your app loads the same data often, ask the agent to save it locally so it doesn't re-fetch every time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /USAJobs, save the job listings so my app doesn't have to fetch them again
    ```
  </Step>
</Steps>

<Tip>
  Your USA Jobs integration is now ready! Use the `/USAJobs` command in chat to access federal job listings.
</Tip>
