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

# Using Secrets

> Learn how to create secrets that can be utilized within your reward function.

# Creating Secrets

<Steps>
  <Step title="Navigate to the secrets page on your dashboard">
    <img src="https://mintcdn.com/fireworksai-docs/zyITgeoespJOYvck/images/new.png?fit=max&auto=format&n=zyITgeoespJOYvck&q=85&s=052d12c6d2392daf79be4add472bb571" alt="new.png" width="1540" height="1106" data-path="images/new.png" />
  </Step>

  <Step title="Create a new secret">
    <img src="https://mintcdn.com/fireworksai-docs/zyITgeoespJOYvck/images/test.png?fit=max&auto=format&n=zyITgeoespJOYvck&q=85&s=cdcaa3d02eb64e34c3437bfe783a9f2b" alt="test.png" width="1826" height="964" data-path="images/test.png" />

    All secrets created here will be injected as environment variables for your Evaluator to access.
  </Step>

  <Step title="Update the Evaluator to access the new secret">
    <img src="https://mintcdn.com/fireworksai-docs/AYLA8z3MVrNJgJnh/fine-tuning/openai_secret.png?fit=max&auto=format&n=AYLA8z3MVrNJgJnh&q=85&s=41420b21c8043846744aef88df508d9d" alt="openai_secret.png" width="1462" height="1420" data-path="fine-tuning/openai_secret.png" />
  </Step>
</Steps>

And that's it! If you want to learn more about creating evaluators, see:

1. Learn about [Evaluation](/fine-tuning/evaluators) and [Eval Protocol](https://evalprotocol.io/introduction) for evaluator authoring
