From 96834aee385902e82ae713bb87c0d7a8debcb9da Mon Sep 17 00:00:00 2001
From: Vidhya Hariharan <7292346-vidhya.h@users.noreply.gitlab.com>
Date: Mon, 20 Nov 2023 16:23:44 +0000
Subject: [PATCH] Added create a new runner section

---
 doc/api/runners.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/api/runners.md b/doc/api/runners.md
index 372ce3973329d..27b31315ddbec 100644
--- a/doc/api/runners.md
+++ b/doc/api/runners.md
@@ -6,6 +6,8 @@ info: To determine the technical writer assigned to the Stage/Group associated w
 
 # Runners API **(FREE ALL)**
 
+This page describes endpoints for runners registered to an instance. To create a runner linked to the current user, see [Create a runner](users.md#create-a-runner).
+
 [Pagination](rest/index.md#pagination) is available on the following API endpoints (they return 20 items by default):
 
 ```plaintext
-- 
GitLab