> For the complete documentation index, see [llms.txt](https://docs.appear.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appear.sh/installation.md).

# Installation

- [SDK installations](https://docs.appear.sh/installation/sdk-installations.md): Not all services are deployed as a node applications. If that applies to you, you can either use one of pre-built integrations, or write your own adapter.
- [Node (JS/TS)](https://docs.appear.sh/installation/sdk-installations/node-js-ts.md): Using our Javascript & Typescript introspector is simple: three steps and Appear gets to work.
- [NestJS](https://docs.appear.sh/installation/sdk-installations/nestjs.md): The below instructions will guide you through setting up your NestJS application and deploying it in two steps. Follow along to get your project up and running.
- [NextJS](https://docs.appear.sh/installation/sdk-installations/nextjs.md): Appear offers two methods to integrate with NextJS based on serverless or self-hosted use cases.
- [Custom integrations](https://docs.appear.sh/installation/sdk-installations/custom-integrations.md)
- [Redwood JS & Vercel](https://docs.appear.sh/installation/sdk-installations/redwood-js-and-vercel.md): The below instructions will guide you through setting up your RedwoodJS application and deploying it seamlessly on Vercel. Follow along to get your project up and running.
- [API endpoint](https://docs.appear.sh/installation/api-endpoint.md)
- [Open Telemetry integration](https://docs.appear.sh/installation/open-telemetry-integration.md)
- [Connections](https://docs.appear.sh/installation/connections.md): Once you've installed the SDK, connected to the API endpoint, or integrated with OTel, you can now connect your Appear account to your environments.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.appear.sh/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
