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

# Custom Scripts

> How to use custom scripts in API-based evaluation

You can use your own scripts instead of the scripts that we provided in API-based evaluation.

<Steps>
  <Step title="Import your scripts">
    Import your scripts. Only `.txt` files are supported, with each script separated by line breaks.

    <Frame>![scripts.png](https://static-public.podonos.com/docs/script.png)</Frame>
  </Step>

  <Step title="Edit the script">
    Enter a category for your script.

    <Tip>
      Categories are used to classify your uploaded scripts by their content type
      (e.g., general, medical, address, etc.). This allows you to compare results by
      category on the analysis page later.
    </Tip>

    <Note>The category name must be unique.</Note>

    <Frame>
      ![custom-scripts.png](https://static-public.podonos.com/docs/custom-script.png)
    </Frame>
  </Step>
</Steps>

That's it! You can now use your custom scripts in API-based evaluation.
