# nod > A coding agent for the terminal that runs on your ChatGPT or Grok subscription. ## Getting started - [Quick start](https://nod.anturno.cloud/docs.md): Install nod, run a first request, and learn the commands worth knowing. - [Installation](https://nod.anturno.cloud/docs/getting-started/installation.md): Install nod, review what the installer does, and verify the local binary. - [Authentication](https://nod.anturno.cloud/docs/getting-started/authentication.md): Choose which subscription nod uses to access AI models. ## Using nod - [Use cases](https://nod.anturno.cloud/docs/using-nod/use-cases.md): Practical ways to use nod: interactive coding, scripts, pull requests, editors, and embedding. - [Sessions](https://nod.anturno.cloud/docs/using-nod/sessions.md): Save, resume, recover, compact, and inspect nod sessions. - [nod ask](https://nod.anturno.cloud/docs/using-nod/nod-ask.md): Run noninteractive requests, return JSON, and continue saved sessions. - [CLI commands](https://nod.anturno.cloud/docs/using-nod/cli.md): Reference for top-level nod commands and global flags. - [Slash commands](https://nod.anturno.cloud/docs/using-nod/slash-commands.md): Reference for commands inside the interactive shell. - [Usage](https://nod.anturno.cloud/docs/using-nod/usage.md): Inspect the token usage nod records on this machine. - [ACP server](https://nod.anturno.cloud/docs/using-nod/acp.md): Run nod from editors and clients that support Agent Client Protocol. - [Troubleshooting](https://nod.anturno.cloud/docs/using-nod/troubleshooting.md): Diagnose install, authentication, model, permission, session, and terminal problems. - [Data and privacy](https://nod.anturno.cloud/docs/using-nod/data-and-privacy.md): Understand model requests, provider policies, and local data. - [Share feedback](https://nod.anturno.cloud/docs/using-nod/feedback.md): Report a nod problem and collect the diagnostics that help fix it. ## Configure - [Models](https://nod.anturno.cloud/docs/configure/models.md): Choose the model used by nod. - [Permissions](https://nod.anturno.cloud/docs/configure/permissions.md): Control tool execution with modes, rules, and session grants. - [Project instructions](https://nod.anturno.cloud/docs/configure/project-instructions.md): Control nod with global, workspace, and target-scoped AGENTS.md files. - [Configuration](https://nod.anturno.cloud/docs/configure/configuration.md): Reference for nod settings, scopes, defaults, and environment variables. - [Additional workspaces](https://nod.anturno.cloud/docs/configure/additional-workspaces.md): Give nod access to additional directories while keeping one primary workspace. - [Context limits](https://nod.anturno.cloud/docs/configure/context-limits.md): Configure byte limits for project instructions, skills, MCP metadata, and adapters. ## Capabilities - [Tools](https://nod.anturno.cloud/docs/capabilities/tools.md): Built-in tools available to the nod agent. - [Skills](https://nod.anturno.cloud/docs/capabilities/skills.md): Discover, load, install, and create reusable agent instructions. - [MCP](https://nod.anturno.cloud/docs/capabilities/mcp.md): Configure profile and project MCP servers, authentication, and trust. - [MCP protocol reference](https://nod.anturno.cloud/docs/capabilities/mcp/protocol.md): Transports, protocol coverage, schema handling, and isolation for the nod MCP client. - [Subagents](https://nod.anturno.cloud/docs/capabilities/subagents.md): Create and manage session-backed child agents. - [Vision](https://nod.anturno.cloud/docs/capabilities/vision.md): Understand how nod sends images to the model and when the vision tool runs. - [Web search](https://nod.anturno.cloud/docs/capabilities/web-search.md): Research current public information with source links. ## Embed nod - [Embed nod](https://nod.anturno.cloud/docs/lib.md): Build an application with the nod agent runtime. - [Bun SDK](https://nod.anturno.cloud/docs/lib/node.md): Embed the nod agent in a Bun application. - [SDK API reference](https://nod.anturno.cloud/docs/lib/api.md): Interfaces, options, methods, return types, and events for the nod SDK. - [Terminal embedding](https://nod.anturno.cloud/docs/lib/terminal.md): Embed the nod terminal and connect storage, login, and workspace adapters. - [Examples](https://nod.anturno.cloud/docs/lib/examples.md): Build with the nod SDK in Bun: a readline chat, an HTTP route, and an embedded terminal.