> For the complete documentation index, see [llms.txt](https://yeken.gitbook.io/snippet-shortcodes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeken.gitbook.io/snippet-shortcodes/getting-started/creating-your-first-shortcode.md).

# Creating your first shortcode

<figure><img src="/files/XHWKu2oCUzTD16TAuZMR" alt=""><figcaption></figcaption></figure>

* **Navigate to your shortcodes list:**\
  In your WordPress dashboard, go to **Snippet Shortcodes > Your Shortcodes**.
* **Create a new shortcode:**\
  Click **Add via Full Editor** in the top-right corner.
* **Name your shortcode:**\
  Enter a name — this will automatically generate the slug used in your shortcode.
* **Add your content:**\
  Use either the built-in WordPress editor or the HTML editor to add your desired content.
* **Save your shortcode.**
* **Use your shortcode on a page:**\
  Copy the generated shortcode and paste it into the page where you want it displayed.

```
[sv slug="business-development"]
```
