> For the complete documentation index, see [llms.txt](https://docs.nftbutler.io/nft-butler/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftbutler.io/nft-butler/more-resources.md).

# More Resources

- [Best Practices](https://docs.nftbutler.io/nft-butler/more-resources/best-practices.md)
- [FAQ](https://docs.nftbutler.io/nft-butler/more-resources/faq.md)
- [Fresh Installation of NFT Butler](https://docs.nftbutler.io/nft-butler/more-resources/faq/fresh-installation-of-nft-butler.md): Cleanup previous Butler versions and ensure optimal runtime environment.
- [Retrieve NFT Butler Log Files](https://docs.nftbutler.io/nft-butler/more-resources/faq/retrieve-nft-butler-log-files.md)
- [Reset all tasks and Local Database in case of major issues](https://docs.nftbutler.io/nft-butler/more-resources/faq/reset-all-tasks-and-local-database-in-case-of-major-issues.md)
- [How do I get support?](https://docs.nftbutler.io/nft-butler/more-resources/faq/how-do-i-get-support.md)
- [What personal details have to be stored to use NFT Butler?](https://docs.nftbutler.io/nft-butler/more-resources/faq/what-personal-details-have-to-be-stored-to-use-nft-butler.md)
- [Do I need an API key for Opensea?](https://docs.nftbutler.io/nft-butler/more-resources/faq/do-i-need-an-api-key-for-opensea.md)
- [Is it possible to get a preview of the service?](https://docs.nftbutler.io/nft-butler/more-resources/faq/is-it-possible-to-get-a-preview-of-the-service.md)
- [What operating systems are supported?](https://docs.nftbutler.io/nft-butler/more-resources/faq/what-operating-systems-are-supported.md)
- [Will my Tasks resume if my computer restarts for any reason?](https://docs.nftbutler.io/nft-butler/more-resources/faq/will-my-tasks-resume-if-my-computer-restarts-for-any-reason.md)
- [Do I need an OpenSea API Key?](https://docs.nftbutler.io/nft-butler/more-resources/faq/do-i-need-an-opensea-api-key.md)
- [What marketplaces are supported?](https://docs.nftbutler.io/nft-butler/more-resources/faq/what-marketplaces-are-supported.md)
- [A JavaScript error occurred](https://docs.nftbutler.io/nft-butler/more-resources/faq/a-javascript-error-occurred.md)
- [API Error: 429 (Rate Limited)](https://docs.nftbutler.io/nft-butler/more-resources/faq/api-error-429-rate-limited.md)


---

# 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.nftbutler.io/nft-butler/more-resources.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.
