# Custom Claim Portal FAQs

* **How would domain integration work?** Only domains and subdomains can be used. The usual setup is using a CNAME record, but can differ upon specific scenarios. This may change in the future if we decide to move out of Vercel due to the recent issues we faced
  * [project.com](http://project.com/) - OK
  * [claim.project.com](http://claim.project.com/) - OK
  * [project.com/claim](http://project.com/claim) - NOT OK
* **What wallets can be utilized to claim?** Any wallet that can connect to a dApp and sign transactions should work. If a specific wallet is needed and the app doesn't support it and wallet connect is not an option, we can add it upon request, given supported by our wallet connection library (RainbowKit).
* **Can I set a start and end time?** Start date is mandatory and it shows when users can start claiming. There is an optional end date. If provided, claiming won't be possible to anyone after this date is reached.
* **Can I reclaim tokens after the end time?** Yes, unclaimed tokens can be withdrawn back to the admin wallet.
* **How much can I customize the claim portal UI?** The claim portal follows a template for its layout. We are able to change only colors, images and texts.


---

# 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.magna.so/admins/custom-engagements/custom-claim-portal-faqs.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.
