# Getting Started

- [Getting Started with Web App and WordPress](https://docs.coreframework.com/getting-started/getting-started-with-web-app-and-wordpress.md): Using Core Framework is extremely easy for both the web app version and the WordPress plugin. Please follow the simple steps below to get started right away.
- [Initial Setup and Configuration](https://docs.coreframework.com/getting-started/initial-setup-and-configuration.md)
- [Video tutorial: First-time setup walkthrough](https://docs.coreframework.com/getting-started/video-tutorial-first-time-setup-walkthrough.md)
- [OxyNinja Users](https://docs.coreframework.com/getting-started/oxyninja-users.md): This page contains some important information for our OxyNinja users. Please read it carefully, so that you can benefit from being an original customer, but also not to make a mistake of migrating.


---

# 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://docs.coreframework.com/getting-started.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.
