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

# FindWork

> Access job listings and freelance opportunities

FindWork provides access to a comprehensive database of job listings and freelance opportunities across various industries.

## Overview

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

  <Card title="Get API Key" icon="key">
    Generate your FindWork API key.
  </Card>

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

## Account Creation

<Steps>
  <Step title="Visit FindWork's Website">
    Go to [findwork.dev/developers/](https://findwork.dev/developers/) and "Sign Up"
  </Step>

  <Step title="Choose Signup Method">
    * Sign up with email/password.
    * Or continue with social media authentication.

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/findwork/signup.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=84a1c73ba023bfac66f184513df8953a" style={{ borderRadius: '0.5rem', width: '90%', maxHeight: '300px', objectFit: 'contain' }} width="654" height="1326" data-path="images/findwork/signup.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Copy Your Key">
    1. Copy the generated API key.
    2. Store it securely - you won't be able to see it again.

    <img src="https://mintcdn.com/create/aZx2kzPb48ihuqEz/images/findwork/apigen.png?fit=max&auto=format&n=aZx2kzPb48ihuqEz&q=85&s=8c7b5845f9709f35e880bb3cbe08d838" style={{ borderRadius: '0.5rem' }} width="2800" height="1322" data-path="images/findwork/apigen.png" />

    <Warning>
      Keep your API key secure - it grants access to your account data.
    </Warning>
  </Step>
</Steps>

## Add to Anything project

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

  <Step title="Add Your API Key">
    1. Paste your API key into "FINDWORK\_API\_KEY."

    <Tip>
      Need new credentials? Regenerate in the FindWork dashboard.
    </Tip>
  </Step>

  <Step title="Start Using">
    You can now use prompts with the integration to access job listings and freelance opportunities.

    Example prompts:

    * `Search for jobs in my area using /FindWork`
    * `Get details about a specific job listing using /FindWork`
    * `Create a job board app with /FindWork`

    <Warning>
      The API limits how often your app can fetch data. Ask the agent to show a helpful message if the connection fails.
    </Warning>

    Example prompt for optimization:

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

<Tip>
  Your FindWork integration is ready! Use `/FindWork` in chat to access job listings and freelance opportunities.
</Tip>
