> ## 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 Prompt from Scratch

> This guide will walk you through the process of creating a new prompt in Future AGI, configuring its parameters, and running it.

<Steps>
  <Step title="Navigate to the Prompts Section">
    From the Future AGI dashboard, locate the navigation panel on the left side of the screen. Under the "Build" section, click on "Prompts" to access the prompts management interface.

    <img src="https://mintcdn.com/futureagi/QWowFIlalRnvprw7/product/prompt/how-to/images/from-scratch/1.png?fit=max&auto=format&n=QWowFIlalRnvprw7&q=85&s=caf2b634c692c965fec15e0383272f06" alt="Navigate to Prompts section" width="3832" height="1868" data-path="product/prompt/how-to/images/from-scratch/1.png" />
  </Step>

  <Step title="Create a New Prompt">
    Once in the Prompts section, click on the "Create prompt" button located on the right side of the screen. This will open a modal dialog with prompt creation options.

    <img src="https://mintcdn.com/futureagi/QWowFIlalRnvprw7/product/prompt/how-to/images/from-scratch/2.png?fit=max&auto=format&n=QWowFIlalRnvprw7&q=85&s=b9da969855157a504773e8400092b951" alt="Click Create prompt" width="3832" height="1868" data-path="product/prompt/how-to/images/from-scratch/2.png" />

    In the "Create a new prompt" modal, you have three options:

    * **Generate with AI**: Automatically generate a prompt using AI
    * **Start from scratch**: Create a prompt manually
    * **Start with a template**: Use a pre-made template

    For this guide, select "Start from scratch" to create your prompt manually.

    <img src="https://mintcdn.com/futureagi/QWowFIlalRnvprw7/product/prompt/how-to/images/from-scratch/3.png?fit=max&auto=format&n=QWowFIlalRnvprw7&q=85&s=0276e97c183655c2e93aebf114f10b69" alt="Select Start from scratch" width="3832" height="1868" data-path="product/prompt/how-to/images/from-scratch/3.png" />
  </Step>

  <Step title="Configure your prompt">
    Now you'll be taken to the prompt editor interface where you can configure various aspects of your prompt:

    * **Rename your prompt**: By default, your prompt will be named "Untitled-1". To rename it, click on the title and enter a more descriptive name that reflects the purpose of your prompt.

          <img src="https://mintcdn.com/futureagi/QWowFIlalRnvprw7/product/prompt/how-to/images/from-scratch/4.png?fit=max&auto=format&n=QWowFIlalRnvprw7&q=85&s=0d8f99fa4b6bb2be2cee750c542e30a0" alt="Rename your prompt" width="3832" height="1868" data-path="product/prompt/how-to/images/from-scratch/4.png" />

    * **Choose a model**: Click on "Select Model" to choose which AI model you want to use for your prompt. Future AGI offers various models with different capabilities.

          <img src="https://mintcdn.com/futureagi/QWowFIlalRnvprw7/product/prompt/how-to/images/from-scratch/5.png?fit=max&auto=format&n=QWowFIlalRnvprw7&q=85&s=7422916c9c065fc19ec823b0477f3c67" alt="Choose a model" width="3832" height="1868" data-path="product/prompt/how-to/images/from-scratch/5.png" />

    * **Configure model parameters:** After selecting a model, you can adjust its parameters to fine-tune the AI's behavior:
      * **Temperature**: Controls randomness (higher values = more creative, lower values = more deterministic)
      * **Top P**: Influences token selection diversity
      * **Max Tokens**: Sets the maximum length of the response
      * **Presence Penalty**: Reduces repetition by penalizing tokens based on their presence
      * **Frequency Penalty**: Reduces repetition by penalizing tokens based on their frequency
      * **Response Format**: Choose the output format (e.g., Text)

    Adjust these parameters to get the desired behavior from your AI model.

    <img src="https://mintcdn.com/futureagi/QWowFIlalRnvprw7/product/prompt/how-to/images/from-scratch/6.png?fit=max&auto=format&n=QWowFIlalRnvprw7&q=85&s=0e7c04146ff659d623973bd55014c190" alt="Configure model parameters" width="3832" height="1868" data-path="product/prompt/how-to/images/from-scratch/6.png" />

    * **Add tools (optional):** You can enhance your prompt by adding tools that give the AI additional capabilities. To add tools:
      * Click on the "Tools" tab in the right panel
      * Click "Create tool" to add a new tool
      * Configure the tool with a name, description, and input schema

    Tools allow your prompt to perform specific actions or access external data sources.

    <img src="https://mintcdn.com/futureagi/QWowFIlalRnvprw7/product/prompt/how-to/images/from-scratch/7.png?fit=max&auto=format&n=QWowFIlalRnvprw7&q=85&s=fcf335c0857dab3f7ceb07c3ac1af0eb" alt="Access tools tab" width="3832" height="1868" data-path="product/prompt/how-to/images/from-scratch/7.png" />

    <img src="https://mintcdn.com/futureagi/QWowFIlalRnvprw7/product/prompt/how-to/images/from-scratch/8.png?fit=max&auto=format&n=QWowFIlalRnvprw7&q=85&s=c87b87e0e93b115c8573d0dd3643d5b9" alt="Configure a tool" width="3832" height="1868" data-path="product/prompt/how-to/images/from-scratch/8.png" />
  </Step>

  <Step title="Write and run your prompt">
    In the prompt editor, you'll see two main text areas:

    * **System (optional)**: Here you can provide system-level instructions that guide the overall behavior of the AI
    * **User**: This is where you write the actual prompt that will be presented to the AI

    Write your prompt in the appropriate fields. Make it clear, specific, and include any necessary context or examples.

    When you're satisfied with your prompt, click the "Run Prompt" button in the top-right corner to execute it and see the AI's response.

    <img src="https://mintcdn.com/futureagi/QWowFIlalRnvprw7/product/prompt/how-to/images/from-scratch/9.png?fit=max&auto=format&n=QWowFIlalRnvprw7&q=85&s=562b57b86f560a34a56ba1b1c41a2a32" alt="Run your prompt" width="3832" height="1868" data-path="product/prompt/how-to/images/from-scratch/9.png" />
  </Step>
</Steps>

## Next Steps

After creating your prompt, you can:

* Save it as a template for future use
* Iterate and refine it based on the responses you receive
* Create variations to compare different approaches
