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

# Navigations

> Navigation commands are an abstraction built for commands which send the user to a different path, in your application, or outside of it.

<ResponseField name="name" type="string" required>
  The name of your command. Used for display in the Command Menu.

  Example: `Go to API Keys`
</ResponseField>

<ResponseField name="behaviour" type="router | new tab | same tab" required>
  The option-select has three values. Selecting router will set the instance to expect a custom router function to be passed in as props to the Search component. Otherwise, it will default to opening in a new tab. You can also select to have the navigation occur in the same tab.
</ResponseField>

<ResponseField name="url" type="string" required>
  A url, /yourChosenPath if using router behaviour, otherwise [https://www.site.com/path](https://www.site.com/path).

  Example: `/api-keys`
</ResponseField>
