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

# Troubleshooting

> Common errors and how to resolve them

# Troubleshooting

Common errors you may encounter when using Lever, and how to fix them.

<AccordionGroup>
  <Accordion title="Agent can't connect to Lever">
    **Cause:** Invalid credentials or incorrect server address in your agent's config.

    **Fix:**

    1. Check your credentials in the [Lever dashboard](https://leverhq.app) under **Settings → API Keys**
    2. Make sure the server address is exactly `https://api.leverhq.app/mcp`
    3. Restart your agent after updating the configuration
  </Accordion>

  <Accordion title="Quota exceeded">
    **Cause:** You've reached your monthly credit limit.

    **Fix:**

    * Check your usage in the [Lever dashboard](https://leverhq.app)
    * Upgrade your plan, or wait for the monthly reset on the 1st
    * See [Pricing](/pricing) for plan limits
  </Accordion>

  <Accordion title="Draft expired">
    **Cause:** A write operation's draft wasn't confirmed within 5 minutes.

    **Fix:** Ask your agent to make the change again — it will create a new draft. Drafts expire after 5 minutes if not confirmed. See [Safety Model](/trust/safety-model).
  </Accordion>

  <Accordion title="Draft not found">
    **Cause:** The draft was already confirmed or has expired.

    **Fix:** If you already confirmed it, the change went through — check your audit log in the dashboard. If it expired, just ask your agent to make the change again.
  </Accordion>

  <Accordion title="No connection found">
    **Cause:** No ad platform account is connected for the requested platform.

    **Fix:** Go to the [Lever dashboard](https://leverhq.app) and click **Connect Google Ads** or **Connect Meta Ads** to authorize access.
  </Accordion>

  <Accordion title="Multiple connections — specify account ID">
    **Cause:** You have more than one account connected for a platform, and didn't specify which one to use.

    **Fix:** Ask your agent to list your connections — it will show account IDs. Then specify which account you want to work with. See [Cross-Platform Tools](/tools/cross-platform#list_connections).
  </Accordion>

  <Accordion title="Token expired or revoked">
    **Cause:** Your connection to Google Ads or Meta Ads was revoked or expired.

    **Fix:**

    1. Go to the [Lever dashboard](https://leverhq.app)
    2. Disconnect the affected platform
    3. Reconnect it to authorize fresh access
  </Accordion>
</AccordionGroup>
