# Using the menus & navigation

**Video tutorial**​​

**Link to Voiceflow:** [https://www.voiceflow.com](https://www.voiceflow.com/)/\
**​**\
**Voiceflow Overview**\
Voiceflow is a tool for building Alexa skills without having to code. You can drag and drop in 'blocks' which you connect to create a conversation with your user. You can do a lot of things in Voiceflow, from building interactive stories to pizza ordering skills.

We made our own interactive stories skill on Voiceflow that pulled in $1,000 a month for us. You can see the Flow diagram for that skill below. Keep in mind ... it was very advanced!\
​​![](https://downloads.intercomcdn.com/i/o/109444877/9ca72c7b7cacb7817e672ec9/image.png)​

\
**Block Menu Overview**\
The Voiceflow blocks menu is the home of all the blocks you can use in Voiceflow to build your Alexa skills. To use a block, click and drag a block onto the canvas.  You can make the block menu smaller by clicking on the 'X' in the top right of the slide-out.\
​​![](https://downloads.intercomcdn.com/i/o/109445036/42f20f25ee175eba182a19b6/image.png)​

**The Canvas: your Voiceflow workspace**\
**​**The Canvas is the open space where you can drag your blocks in and build your voice app. You can move around the canvas by clicking and dragging your mouse. To have a full view of your canvas, you can close your left and right panels by clicking on the 'X's in the top corners. To zoom in & out of your Canvas view, you can click on the '+' and '-' buttons in the bottom right, or you can scroll in & out using two finger gestures on your trackpad, or scroll wheel.​

![](https://downloads.intercomcdn.com/i/o/109445457/b26871713e14a63f824ed14d/image.png)​

​

\
**Block interactions menu**\
**​**The block interactions menu pops up when you click on a block. This menu allows you to adjust the settings for that particular block. You can close this menu by clicking on the 'X' in the top left.​![](https://downloads.intercomcdn.com/i/o/109445637/86b1d55adc038d5efd7db8c2/image.png)​

​

**Tools Menu**\
**​**The tools menu is the small vertical bar on the far left of your canvas. This tools menu allows you to select the active tool block you would like to select. You can swap between different tool sets like the Blocks menu, the Flows menu, the Variables menu, and more.&#x20;

At the bottom of the tools menu you can find support services like links to our Facebook community, links to educational resources, and our marketplace.​![](https://downloads.intercomcdn.com/i/o/109445807/535cb3bf63dcfe6b7a9bddf9/image.png)​

​


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://voiceflow.gitbook.io/creator/tutorials/advanced-tutorials/using-the-menus-and-navigation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
