> For the complete documentation index, see [llms.txt](https://bc.rocketacademy.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bc.rocketacademy.co/logistics/linkedin-education-badge.md).

# LinkedIn Education Badge

## Introduction

Software Engineering Bootcamp students can add Rocket Academy to the Education sections of their LinkedIn profiles. Here are instructions.

## 1. Go to your LinkedIn profile page and click "**Add profile section"**

![](/files/07uRBm60XX8LRlDX91y3)

## 2. Click "Education" to add a new education badge

![](/files/ExTW1riypa2eR2zqyupY)

## 3. Fill in Rocket's Coding Bootcamp course details

1. Notify network
   1. On
2. School
   1. Rocket Academy
3. Degree
   1. Software Engineering Bootcamp
4. Start Date
   1. The month you enrolled in Rocket's Bootcamp
5. End Date
   1. The month you graduated from Rocket's Bootcamp
6. Description
   1. Full-stack software engineering and algorithms. Review my portfolio here: \<PORTFOLIO-LINK>

![](/files/s4grZUq8Mgnu0hg3ugvc)

## 4. Admire your hard-earned education badge 🚀

If needed, move the new education badge to the top of your Education section.

![](/files/wOrFrFBQdciehYrQBoa7)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bc.rocketacademy.co/logistics/linkedin-education-badge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
