# Technologies

- [Next.js](https://docs.weset.app/technologies/next.js.md): Weset's app is built with the React based Javascript framework Next.js, developed by Vercel. All subsidiary apps are also built with Next.js.
- [withPaper](https://docs.weset.app/technologies/withpaper.md): Our partner withPaper provides the credit card checkout experience for Weset's NFT's as well as embedded wallets for users who only wish to use email login instead of Metamask or other wallets.
- [Alchemy](https://docs.weset.app/technologies/alchemy.md): Weset.io uses Alchemy's SDK & API's to index, retrieve, & display NFT blockchain information.
- [ThirdWeb](https://docs.weset.app/technologies/thirdweb.md): Weset uses ThirdWeb to deploy and manage smart contracts on chain. Weset has deployed custom contracts as well as the pre-audited smart contracts that ThirdWeb provides in their SDK's & Libraries


---

# 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.weset.app/technologies.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.
