# Getting Started

## Checklist

Let's start with some essential questions:

* [ ] What PKI(s) are you using to issue the client authentication certificates?
* [ ] Shall device- or user-type client authentication certificates be used for authentication?
* [ ] Which MDM system are you using (e.g. Intune and/or Jamf Pro) and do you have access and rights to create device configuration profiles?
* [ ] Does your networking equipment support RadSec (RADIUS via TCP/TLS) and/or RADIUS (UDP)?&#x20;
* [ ] Do you have access to the management portal of your networking gear?
* [ ] Do you have permissions in your Azure tenant to consent the Basic User Profile Read Access? This is needed to access your RADIUSaaS Portal.

## General Structure

Below diagram details the generic setup procedure as explained in our guides below. The linear procedure forks depending on whether your network equipment supports **RadSec** natively **or** **RADIUS** only. Thus, in case you have requirements for both (e.g. due to a heterogeneous AP and/or switch fleet), both configurations must be completed.

Besides our [Generic Guide](https://docs.radiusaas.com/configuration/get-started/generic-guide), we have prepared [Scenario-based Guides](https://docs.radiusaas.com/configuration/get-started/scenario-based-guides) describing how RADIUSaaS can be configured for certificate-based WiFi authentication together with popular Cloud PKI solutions:

* RADIUSaaS with Microsoft Cloud PKI
* RADIUSaaS with SCEPman

<img src="https://1222554226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2FdH32DcbY6f0hjWicZdCg%2Ffile.excalidraw.svg?alt=media&#x26;token=3e385a9d-082a-43f6-8dff-904658e4bcf7" alt="" class="gitbook-drawing">

## Generic Guide

{% content-ref url="get-started/generic-guide" %}
[generic-guide](https://docs.radiusaas.com/configuration/get-started/generic-guide)
{% endcontent-ref %}

## Scenario-based Guides

{% content-ref url="get-started/scenario-based-guides/microsoft-cloud-pki" %}
[microsoft-cloud-pki](https://docs.radiusaas.com/configuration/get-started/scenario-based-guides/microsoft-cloud-pki)
{% endcontent-ref %}

{% content-ref url="get-started/scenario-based-guides/scepman-enterprise" %}
[scepman-enterprise](https://docs.radiusaas.com/configuration/get-started/scenario-based-guides/scepman-enterprise)
{% endcontent-ref %}


---

# 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.radiusaas.com/configuration/get-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.
