# Next.js and Vercel example app

## Deploy our example project with Vercel

You can one-click deploy our [example project](https://github.com/hypertunehq/vercel-examples-fork/tree/main/edge-middleware/feature-flag-hypertune) on Vercel:

[![Deploy with Vercel](https://vercel.com/button)](https://t.ly/4nYVa)

You'll be guided through installing the [Hypertune Vercel integration](https://vercel.com/integrations/hypertune) and setting up the required environment variables.

Once deployed, you can develop your project locally:

1. Clone your project's repository and `cd` into it
2. Run `vercel link` to link to the Vercel project
3. Run `vercel env pull .env.development.local` to pull your environment variables
4. Run `pnpm i`
5. Run `pnpm run dev`

{% embed url="<https://www.loom.com/share/b3b602209ba848cea01ba7610e056ea7>" %}


---

# 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.hypertune.com/example-apps/next.js-and-vercel-example-app.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.
