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

# Tools and Permissions

> Troubleshoot issues with ZeroTwo tools and integration permissions

Resolve issues with tools like web search, code interpreter, and integration permissions.

## Tool activation issues

<AccordionGroup>
  <Accordion title="Tool not available">
    **Problem**: Tool doesn't appear or can't be activated

    **Solutions:**

    * Check your [subscription plan](/account/subscriptions) includes the tool
    * Verify tool is enabled in Settings → Tools
    * Some tools require additional setup (integrations)
    * Try refreshing the page
  </Accordion>

  <Accordion title="Permission denied">
    **Problem**: Tool requires permissions you haven't granted

    **Solutions:**

    1. Review required permissions
    2. Grant necessary access in Settings
    3. For integrations, reconnect and authorize
    4. Check browser doesn't block popups
  </Accordion>
</AccordionGroup>

## Common tool issues

**Web search not working:**

* Verify web search is enabled
* Check internet connection
* Try rephrasing query
* See [web search guide](/tools/web-search)

**Code interpreter errors:**

* Check code syntax
* Verify language is supported
* Review error messages
* See [code interpreter guide](/tools/code-interpreter)

**Integration failures:**

* Reconnect integration
* Check API keys/credentials
* Verify permissions granted
* See specific [integration guides](/integrations)

## Related pages

<CardGroup cols={2}>
  <Card title="Tool permissions" icon="shield" href="/tools/permissions-and-privacy">
    Understanding permissions
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations">
    Integration guides
  </Card>
</CardGroup>
