# Knowledge and collaboration

- [Warp Drive overview](https://docs.warp.dev/knowledge-and-collaboration/warp-drive.md): Warp Drive is a workspace in your terminal where you can save Workflows, Notebooks, Prompts, and Environment Variables for personal use or to share with a team.
- [Warp Drive Notebooks](https://docs.warp.dev/knowledge-and-collaboration/warp-drive/notebooks.md): Save interactive playbooks to simplify onboarding and development.
- [Warp Drive Workflows](https://docs.warp.dev/knowledge-and-collaboration/warp-drive/workflows.md): Save parameterized commands as Workflows and execute them on-demand from Warp Drive.
- [Warp Drive prompts](https://docs.warp.dev/knowledge-and-collaboration/warp-drive/prompts.md): Save and reuse parameterized Agent Mode prompts to run on-demand.
- [Environment variables](https://docs.warp.dev/knowledge-and-collaboration/warp-drive/environment-variables.md): Save or sync environment variables to load into your terminal sessions.
- [AI-Integrated Objects](https://docs.warp.dev/knowledge-and-collaboration/warp-drive/ai-objects.md): Access Rules, MCP Servers, Skills, and Prompts in Warp Drive to give agents personalized context.
- [Warp Drive on the web](https://docs.warp.dev/knowledge-and-collaboration/warp-drive/web.md): Access your Warp Drive objects and shared sessions from any browser or touch screen device, including mobile phones, tablets, and touch-enabled laptops.
- [Agent Mode context](https://docs.warp.dev/knowledge-and-collaboration/warp-drive/agent-mode-context.md): Agents use your Warp Drive content—Workflows, Notebooks, Rules, MCP Servers, and Environment Variables—for context-aware responses.
- [Team management](https://docs.warp.dev/knowledge-and-collaboration/teams.md): Create or join a team to collaborate with others in Warp.
- [Team Admin Panel](https://docs.warp.dev/knowledge-and-collaboration/admin-panel.md): Centralized management for team administrators to configure workspace settings enforced across all team members.
- [Session sharing](https://docs.warp.dev/knowledge-and-collaboration/session-sharing.md): Share terminal sessions with teammates for collaboration, debugging, and knowledge sharing.


---

# 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.warp.dev/knowledge-and-collaboration.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.
