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

# Create Dynamic Column by Running Prompt

> The **Run Prompt** feature allows you to create dynamic column type by using custom prompts for LLM.

<Steps>
  <Step title="Navigate to Run Prompt">
    Click on the "Run Prompt" button in the top-right corner to begin creating a prompt.

    <img src="https://mintcdn.com/futureagi/_BWZpFx7YR35DSc4/screenshot/product/dataset/how-to/run-prompt-in-dataset/1.png?fit=max&auto=format&n=_BWZpFx7YR35DSc4&q=85&s=b54154ace1cdf4ab8307c0da981cef5b" alt="Run Prompt" width="3824" height="1712" data-path="screenshot/product/dataset/how-to/run-prompt-in-dataset/1.png" />

    <img src="https://mintcdn.com/futureagi/QcEFJkN22Gu7AqY5/screenshot/product/dataset/how-to/run-prompt-in-dataset/2.png?fit=max&auto=format&n=QcEFJkN22Gu7AqY5&q=85&s=5d48b30f0f2c23aef68a845c6a293c55" alt="Run Prompt" width="2856" height="1770" data-path="screenshot/product/dataset/how-to/run-prompt-in-dataset/2.png" />

    <img src="https://mintcdn.com/futureagi/QcEFJkN22Gu7AqY5/screenshot/product/dataset/how-to/run-prompt-in-dataset/3.png?fit=max&auto=format&n=QcEFJkN22Gu7AqY5&q=85&s=f9890388f67ede25acf5c0714a602873" alt="Run Prompt" width="1276" height="1776" data-path="screenshot/product/dataset/how-to/run-prompt-in-dataset/3.png" />
  </Step>

  <Step title="Assign Prompt Name">
    Assign a name to your prompt. This name will appear as a new <Tooltip tip="Dynamic columns are generated on-the-fly and contain data derived from other columns or external operations." cta="Learn more about dynamic columns" href="/future-agi/get-started/dataset/concept/dynamic-column">dynamic column</Tooltip> in your dataset.
  </Step>

  <Step title="Choose Model Type">
    Select the model type based on your use-case.

    <Tabs>
      <Tab title="LLM" icon="robot">
        Choose "LLM" to generate text responses using general-purpose LLM models. Recommended for everyday use-cases.

        <img src="https://mintcdn.com/futureagi/QcEFJkN22Gu7AqY5/screenshot/product/dataset/how-to/run-prompt-in-dataset/4.png?fit=max&auto=format&n=QcEFJkN22Gu7AqY5&q=85&s=9614151812367c6828196502f9377355" alt="LLM" width="1274" height="1060" data-path="screenshot/product/dataset/how-to/run-prompt-in-dataset/4.png" />

        <Tip>
          Click [here](/future-agi/get-started/evaluation/use-custom-models) to learn how to create custom models.
        </Tip>
      </Tab>

      <Tab title="Text-to-Speech" icon="microphone">
        <img src="https://mintcdn.com/futureagi/QcEFJkN22Gu7AqY5/screenshot/product/dataset/how-to/run-prompt-in-dataset/5.png?fit=max&auto=format&n=QcEFJkN22Gu7AqY5&q=85&s=a57ea4bbca159713d8dc33863a95861d" alt="Text-to-Speech" width="1278" height="1022" data-path="screenshot/product/dataset/how-to/run-prompt-in-dataset/5.png" />

        <Tip>
          Click [here](/future-agi/get-started/evaluation/use-custom-models) to learn how to create custom models.
        </Tip>
      </Tab>

      <Tab title="Speech-to-Text" icon="page">
        <img src="https://mintcdn.com/futureagi/QcEFJkN22Gu7AqY5/screenshot/product/dataset/how-to/run-prompt-in-dataset/6.png?fit=max&auto=format&n=QcEFJkN22Gu7AqY5&q=85&s=8f84ba15279239b3fa617996db0799ac" alt="Speech-to-Text" width="1278" height="554" data-path="screenshot/product/dataset/how-to/run-prompt-in-dataset/6.png" />

        <Tip>
          Click [here](/future-agi/get-started/evaluation/use-custom-models) to learn how to create custom models.
        </Tip>
      </Tab>

      <Tab title="Image Generation" icon="image">
        <img src="https://mintcdn.com/futureagi/QcEFJkN22Gu7AqY5/screenshot/product/dataset/how-to/run-prompt-in-dataset/7.png?fit=max&auto=format&n=QcEFJkN22Gu7AqY5&q=85&s=e16efa5ae18e865784912b52a9347b17" alt="Image Generation" width="1276" height="878" data-path="screenshot/product/dataset/how-to/run-prompt-in-dataset/7.png" />

        <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/futureagi/QcEFJkN22Gu7AqY5/screenshot/product/dataset/how-to/run-prompt-in-dataset/image-generation-demo.mp4?fit=max&auto=format&n=QcEFJkN22Gu7AqY5&q=85&s=fc817aee0c707726d4c23b33c7c2c61d" data-path="screenshot/product/dataset/how-to/run-prompt-in-dataset/image-generation-demo.mp4" />
      </Tab>
    </Tabs>
  </Step>

  <Step title="Configure Model Parameters (optional)">
    Run the prompt and generate responses.
  </Step>

  <Step title="Configure Tools (optional)">
    View the responses in the dataset.
  </Step>

  <Step title="Configure Concurrency">
    Configure the concurrency for the prompt.
  </Step>

  <Step title="Run Prompt">
    Run the prompt and generate responses.
  </Step>
</Steps>
