# Getting Started

- [Introduction to Beefree](https://docs.beefree.io/beefree-sdk/getting-started/readme.md): Welcome to the Beefree SDK technical documentation! This page discusses what Beefree SDK is and outlines resources you can use to get started with integrating our no-code embeddable builders.
- [Create an Application](https://docs.beefree.io/beefree-sdk/getting-started/readme/create-an-application.md): Learn how to create an application within the Beefree SDK Developer Console.
- [Installation and Fundamentals](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation.md): Learn and understand the core concepts related to how you can install the Beefree SDK npm package, authenticate, and get started with Beefree SDK.
- [Configuration parameters](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/configuration-parameters.md): Complete reference guide for all Beefree SDK configuration parameters.
- [Configuration Reload](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/configuration-parameters/configuration-reload.md)
- [Workspaces](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/configuration-parameters/workspaces.md)
- [Debugging the Beefree SDK Editor](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/configuration-parameters/debugging-the-beefree-sdk-editor.md)
- [Methods and Events](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/methods-and-events.md): Complete reference guide for all Beefree SDK methods, callbacks, and events.
- [Authorization Process](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/authorization-process-in-detail.md)
- [How the UID parameter works](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/how-the-uid-parameter-works.md)
- [Set up two-factor authentication](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/set-up-two-factor-authentication.md)
- [Naming conventions](https://docs.beefree.io/beefree-sdk/getting-started/readme/installation/naming-conventions.md)
- [Development Applications](https://docs.beefree.io/beefree-sdk/getting-started/readme/development-applications.md): Learn about the different environments available through Beefree SDK and how to get started to with each.
- [Manage Users](https://docs.beefree.io/beefree-sdk/getting-started/readme/manage-users.md): Learn how to manage users within the Beefree SDK Developer Console.
- [Manage Subscriptions](https://docs.beefree.io/beefree-sdk/getting-started/readme/manage-subscriptions.md)
- [Migrating from another provider](https://docs.beefree.io/beefree-sdk/getting-started/readme/migrating-from-another-provider.md): Helpful tips for migrating from another content creation platform to the Beefree SDK
- [Tracking Message Changes](https://docs.beefree.io/beefree-sdk/getting-started/tracking-message-changes.md)
- [Sample Code](https://docs.beefree.io/beefree-sdk/getting-started/sample-code.md)
- [Release Candidate Environment](https://docs.beefree.io/beefree-sdk/getting-started/release-candidate-environment.md): Learn more about what the Release Candidate Environment is, how to get started with it, and how to integrate it into your development life cycle.
- [Version Control](https://docs.beefree.io/beefree-sdk/getting-started/version-control.md): Learn more about our release lifecycle and how you can control which SDK version applies to your application.


---

# 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.beefree.io/beefree-sdk/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.
