# Overview

This section covers the settings and shared resources that shape how your Fetch Hive workspace works. Use these pages when you need to manage your workspace defaults, team access, developer access, connected services, and reusable assets.

## What you'll find here

* [Workspace settings](/your-workspace/workspace-settings.md) — Update your workspace name, choose a default charge type, and manage categories
* [Brand kit](/your-workspace/brand-kit.md) — Generate and edit workspace brand context from a brand URL
* [API keys](/your-workspace/api-keys.md) — Create, rotate, revoke, and copy workspace API keys for calling Fetch Hive deployments
* [Use your own API Key](/your-workspace/llm-providers.md) — Use **Personal** charge type and connect provider credentials through **Integrations**
* [Team members](/your-workspace/team-members.md) — Invite teammates, manage roles, and handle pending or archived access
* [Notifications](/your-workspace/notifications.md) — Control discussion mention notifications for your account
* [Queuing](/your-workspace/queuing.md) — Open the **Run Queue**, track queued versus running items, and monitor concurrency usage
* [Billing](/your-workspace/billing.md) — Review your plan, credits, cancellation state, and invoices
* [Security](/your-workspace/security.md) — Review active sessions and revoke access from devices you no longer trust
* [Integrations](/your-workspace/integrations.md) — Connect third-party services with OAuth or API keys
* [Media library](/your-workspace/media-library.md) — Browse, preview, download, and delete shared files
* [Sample inputs and tools](/your-workspace/sample-inputs-and-tools.md) — Manage reusable sample inputs and sample tool schemas for editor workflows


---

# Agent Instructions: 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:

```
GET https://docs.fetchhive.com/your-workspace/workspace.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
