# Fortis Evaluations Documentation ## Docs - [Claude Code setup](https://docs.fortiseval.com/ai-tools/claude-code.md): Configure Claude Code for your documentation workflow - [Cursor setup](https://docs.fortiseval.com/ai-tools/cursor.md): Configure Cursor for your documentation workflow - [Windsurf setup](https://docs.fortiseval.com/ai-tools/windsurf.md): Configure Windsurf for your documentation workflow - [Get Document Download URL](https://docs.fortiseval.com/api-reference/documents/download.md): Returns a temporary download URL for the document file, valid for 1 hour. The URL forces a download with the original filename. - [Get Document](https://docs.fortiseval.com/api-reference/documents/get.md): Returns a specific document belonging to the authenticated user's account. - [Introduction](https://docs.fortiseval.com/api-reference/introduction.md): Fortis Evaluations API documentation - [Get Order](https://docs.fortiseval.com/api-reference/orders/get.md): Returns a specific order belonging to the authenticated user's account. - [List Orders](https://docs.fortiseval.com/api-reference/orders/list.md): Returns all orders belonging to the authenticated user's account. - [Update Order](https://docs.fortiseval.com/api-reference/orders/update.md): Updates the custom_reference and/or custom_metadata for an order. For custom_metadata, keys are merged with existing data. Set a key to null to remove it. Maximum 64 keys allowed in custom_metadata. - [Ping](https://docs.fortiseval.com/api-reference/ping/index.md): This tests the validity of the API credentials provided and responds with `pong` if successful. - [Get Quote](https://docs.fortiseval.com/api-reference/quotes/get.md): Returns a specific quote belonging to the authenticated user's account. - [List Quotes](https://docs.fortiseval.com/api-reference/quotes/list.md): Returns all quotes belonging to the authenticated user's account, excluding pending quotes. - [Get Account User](https://docs.fortiseval.com/api-reference/users/get.md): Returns a specific user belonging to the authenticated user's account, with their teams. - [List Account Users](https://docs.fortiseval.com/api-reference/users/list.md): Returns all users belonging to the authenticated user's account, with their teams. - [Get Current User](https://docs.fortiseval.com/api-reference/users/me.md): Returns the currently authenticated user. - [Development](https://docs.fortiseval.com/development.md): Preview changes locally to update your docs - [Code blocks](https://docs.fortiseval.com/essentials/code.md): Display inline code and code blocks - [Images and embeds](https://docs.fortiseval.com/essentials/images.md): Add image, video, and other HTML elements - [Markdown syntax](https://docs.fortiseval.com/essentials/markdown.md): Text, title, and styling in standard markdown - [Navigation](https://docs.fortiseval.com/essentials/navigation.md): The navigation field in docs.json defines the pages that go in the navigation menu - [Reusable snippets](https://docs.fortiseval.com/essentials/reusable-snippets.md): Reusable, custom snippets to keep content in sync - [Global Settings](https://docs.fortiseval.com/essentials/settings.md): Mintlify gives you complete control over the look and feel of your documentation using the docs.json file - [Introduction](https://docs.fortiseval.com/index.md): Learn more about how to use the Fortis Evaluations API for credential and immigration data. - [Quickstart](https://docs.fortiseval.com/quickstart.md): Start building awesome documentation in minutes ## OpenAPI Specs - [openapi](https://docs.fortiseval.com/api-reference/openapi.json) ## Optional - [Back to website](https://fortiseval.com)