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

# Next Steps

Congrats! Now that you've completed the basics, you're ready to get into more advanced things you can make with Parley. Move on to the [How To](/parley/how-to/using-emotions) section and pick what ever topic interests you to continue with, or you can keep moving in order and learn as you go!

Note that all of the up coming examples will have tabs as shown below:

<Tabs>
  <Tab title="YAML" icon="code">
    This one shows all the yaml related things

    ```YAML theme={null}
    Like the yaml dialogue file
    ```

    ```C# theme={null}
    AndTheParleyYamlCode() 
    {

    }
    ```
  </Tab>

  <Tab title="Graph" icon="chart-diagram">
    And this one shows all the graph related things

    ![Graph Sticky Note](https://cortado-bucket.lon1.cdn.digitaloceanspaces.com/dohttps://cortado-bucket.lon1.cdn.digitaloceanspaces.com/docs/resources/images/Parley/parley_graph_note.png)

    ```C# theme={null}
    AndTheParleyGraphCode() 
    {

    }
    ```
  </Tab>
</Tabs>

All the examples will be using UI ToolKit aswell since you've already been taught using Parley with UGUI, however, you can very much still use UGUI if you so choose to!
