> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lytix.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Errors

> Learn what custom errors are and how to use them

Lytix supports sending and managing custom errors. These error do not neccesarily have to be related to your LLM applications.

![customErrors](https://mintlify.s3-us-west-1.amazonaws.com/lytix/images/customErrors/customErrorsOverview.png)

For example, you may want to track a specific error that is thrown in a background process. You'll want to capture logs along with metadata (such as ids) to better understand the root cause of the error.

![Custom Error Example](https://mintlify.s3-us-west-1.amazonaws.com/lytix/images/customErrors/customErrorsExample.png)

Learn more about how to setup custom errors in your project [here](/CustomErrors/custom-errors-setup).
