Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .vitepress/sidebars/dashboard/guides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export const guidesSidebar: DefaultTheme.SidebarItem[] = [
{
text: "Users",
items: [
{
text: "Applying for Education Plan",
link: "/dashboard/guides/education_plan",
},
{
text: "Creating a Personal Access Token",
link: "/dashboard/guides/create_pat",
Expand Down
34 changes: 34 additions & 0 deletions src/dashboard/guides/education_plan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
description: "How to get Caido for free by applying for the Education plan."
---

# Applying for Education Plan
Comment on lines +1 to +5
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The page mixes capitalization (“Education plan” vs “Education Plan”) and is missing a frontmatter title, which can lead to inconsistent SEO/page metadata and inconsistent naming across the docs. Consider adding title: "Applying for the Education Plan" to frontmatter and using “Education Plan” consistently in the description and headings (and optionally add “the” in the H1 to match the sidebar text better).

Copilot uses AI. Check for mistakes.

Students can get access to Caido for free through the Education plan. You need to verify your academic status in the [Caido Dashboard](https://dashboard.caido.io); once approved, your benefit is valid for a limited time.

## Opening the Education settings

1. Go to [dashboard.caido.io](https://dashboard.caido.io) and sign in.
2. Open the **Settings** page.
3. Select the **Education** tab (alongside User, Integrations, and Policy).

You will see the education plan section where you can apply or check the status of your application.

## Submitting your application

On the Education tab, fill in the form with your **level of study** (e.g. secondary, undergraduate, graduate) and **field of study**. If your field is not in the list, choose the option to specify it manually. Then click **Submit application**.
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor grammar/style: in prose, “e.g.” is typically followed by a comma. Consider changing “(e.g. secondary, undergraduate, graduate)” to “(e.g., secondary, undergraduate, graduate)”.

Copilot uses AI. Check for mistakes.

::: warning
If you already have a paid subscription, you must cancel it before you can submit an application. The form will show a message: "You already have a subscription. You need to cancel it to submit an application."
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The UI message is currently in quotes; using inline code formatting improves readability and makes it clear it’s an exact string. Consider changing the quoted message to inline code (and, if it’s long, potentially a block quote).

Suggested change
If you already have a paid subscription, you must cancel it before you can submit an application. The form will show a message: "You already have a subscription. You need to cancel it to submit an application."
If you already have a paid subscription, you must cancel it before you can submit an application. The form will show a message: `You already have a subscription. You need to cancel it to submit an application.`

Copilot uses AI. Check for mistakes.
:::

## Verifying your email

After you submit, your application is processed. You will see **Application in progress** and a note that processing usually takes a short moment.

You will receive a verification code by email. Enter that code in the **Verification code** field and click **Submit**. If you need to start over, click **Start over** to return to the application form.

## After approval or rejection

- **Approved**: Your academic status has been verified. You now have access to Caido's Education plan for free. The benefit is valid until the date shown on the page.
- **Rejected**: Your last application was not approved. The page will show a reason (e.g. Invalid email, Not academic, or others). You can review your details and submit a new application using the form on the same page.