# What is Voyager

Before installing Voyager it is very important to take a quick moment to learn *what it is* & *what it isn't*.

## What it is

* An admin interface for your Laravel app
* An easy way to add/edit/delete data for your app
* A menu builder (build menus in Voyager for your app)
* A media manager for your files
* CRUD/BREAD generator ([learn more about BREAD here](https://voyager-docs.devdojo.com/bread/introduction))

Voyager is simply an admin for your Laravel app. Whatever you want your app to do on the front-end is completely up to you. You are in control of your application and you can use Voyager to make your life easier by adding data, editing users, creating menus, and many other administrative tasks.

## What it isn't

* A content management system (CMS)
* A blogging platform
* Wordpress (Bleh! 😜)

Voyager is not a CMS or a blogging platform. But it can be used to create a CMS or a blogging platform, but out of the box it is neither of those. As stated in the previous section you have full control on what your application will do and how it will function.

With Laravel & Voyager you can create any kind of application your heart desires. Laravel & Voyager are simply tools to make it easier to build.


---

# 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://voyager-docs.devdojo.com/getting-started/what-is-voyager.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.
