[{"data":1,"prerenderedAt":1045},["ShallowReactive",2],{"/blog/gitlab-markdown-tutorial":3,"navigation-en-us":259,"banner-en-us":685,"footer-en-us":695,"blog-post-authors-en-us-Rebecca Dodd":940,"blog-related-posts-en-us-gitlab-markdown-tutorial":955,"blog-promotions-en-us":981,"next-steps-en-us":1035},{"id":4,"title":5,"authors":6,"body":8,"category":238,"date":239,"description":240,"extension":241,"externalUrl":242,"faq":242,"featured":243,"heroImage":244,"meta":245,"navigation":246,"path":247,"seo":248,"slug":252,"stem":253,"tags":254,"template":257,"updatedDate":242,"__hash__":258},"blogPosts/en-us/blog/gitlab-markdown-tutorial.md","A 5-minute Markdown tutorial",[7],"Rebecca Dodd",{"type":9,"value":10,"toc":223},"minimark",[11,28,33,36,40,43,56,60,68,73,87,91,103,107,127,131,144,163,167,170,186,190,193,208,211,220],[12,13,14,15,21,22,27],"p",{},"At GitLab, we love ",[16,17,20],"a",{"href":18,"rel":19},"https://docs.gitlab.com/user/markdown/",[],"Markdown"," for providing a simple, clean way to add styling and formatting to plain text, that's visible and repeatable across multiple applications. This means you can copy and paste the text without losing the formatting, and it makes ",[16,23,26],{"href":24,"rel":25},"https://docs.gitlab.com/development/merge_request_concepts/diffs/",[],"reviewing diffs"," easier, as you're still reviewing plain text with no hidden data.",[29,30,32],"h2",{"id":31},"what-is-markdown","What is Markdown?",[12,34,35],{},"Markdown is a lightweight markup language created by John Gruber in 2004. Markdown lets you add formatting elements to plaintext text documents. Since its creation, markdown has become one of the world’s most popular markup languages. There are many web-based applications specifically built for writing in Markdown. Markdown syntax is designed to be readable and simple.",[29,37,39],{"id":38},"markdown-tutorial","Markdown tutorial",[12,41,42],{},"GitLab Product Marketing Manager William Chia recorded this five-minute Markdown tutorial for another GitLab team-member, so you can see how Markdown works within GitLab:",[44,45,48,49],"figure",{"className":46},[47],"video_container","\n  ",[50,51,55],"iframe",{"src":52,"frameBorder":53,"allowFullScreen":54},"https://www.youtube.com/embed/Ix416lAYRSg","0","true"," ",[29,57,59],{"id":58},"gitlab-flavored-markdown","GitLab Flavored Markdown",[12,61,62,63,67],{},"GitLab uses ",[16,64,59],{"href":65,"rel":66},"https://gitlab.com/help/user/markdown#gitlab-flavored-markdown-gfm",[]," (GFM) for other handy functionality not supported by standard Markdown. Here are a few useful things you can do with GFM:",[69,70,72],"h3",{"id":71},"reference-issues-commits-merge-requests-or-team-members","Reference issues, commits, merge requests, or team members",[12,74,75,76,80,81,86],{},"When you type ",[77,78,79],"code",{},"#12"," (or any number) in an issue, it will automatically create a link to the corresponding issue in that project. You can also ",[16,82,85],{"href":83,"rel":84},"https://gitlab.com/help/user/markdown#special-gitlab-references",[],"easily reference other GitLab-specific items",".",[69,88,90],{"id":89},"autolink-urls","Autolink URLs",[12,92,93,94,97,98,86],{},"You don't have to use the standard ",[77,95,96],{},"[]()"," format to create a link: just pasting the URL will ",[16,99,102],{"href":100,"rel":101},"https://gitlab.com/help/user/markdown#url-auto-linking",[],"autolink it",[69,104,106],{"id":105},"create-diagrams-and-flowcharts","Create diagrams and flowcharts",[12,108,109,110,115,116,121,122,86],{},"In ",[16,111,114],{"href":112,"rel":113},"https://docs.gitlab.com/releases/#flow-charts-sequence-diagrams-and-gantt-diagrams-in-gitlab-flavored-markdown-gfm-with-mermaid",[],"GitLab 10.3"," we added the ability to ",[16,117,120],{"href":118,"rel":119},"https://gitlab.com/help/user/markdown#mermaid",[],"generate diagrams and flowcharts"," using ",[16,123,126],{"href":124,"rel":125},"https://mermaidjs.github.io/",[],"mermaid",[69,128,130],{"id":129},"quick-actions","Quick actions",[12,132,133,134,139,140,143],{},"Open or close issues, reassign merge requests, add todos, unsubscribe from issues – these are just a few things you can do with GFM ",[16,135,138],{"href":136,"rel":137},"https://docs.gitlab.com/user/project/quick_actions/",[],"quick actions",", all without leaving your keyboard. Just type ",[77,141,142],{},"/"," and a list of options will appear.",[12,145,146,147,151,152,157,158,162],{},"These are just a few examples of GFM – see the ",[16,148,150],{"href":18,"rel":149},[],"Markdown documentation"," for a full list. We're adding to it all the time: as of our last release you can quickly ",[16,153,156],{"href":154,"rel":155},"https://docs.gitlab.com/releases/#confidential-issue-quick-action",[],"make an issue confidential"," right from the issue comment field. This was a community contribution, and we invite you to ",[16,159,161],{"href":160},"/community/contribute/","contribute"," functionality and quick actions you'd find useful too!",[29,164,166],{"id":165},"benefits-of-using-markdown","Benefits of using Markdown",[12,168,169],{},"Some may be skeptical of using Markdown when there are other options – like a WYSIWYG editor. But the benefits of using markdown are hard to ignore:",[171,172,173,177,180,183],"ul",{},[174,175,176],"li",{},"Markdown is crazy versatile. It can be used for everything including (but not limited to) websites, notes, presentations, emails, and documents of all kinds.",[174,178,179],{},"Markdown isn’t picky about its operating system. You can create Markdown-formatted text on any device running any operating system.",[174,181,182],{},"Markdown can be used on the move, so to speak. Markdown-formatted text can be opened using virtually any application. You can also import your Markdown files into another Markdown application if you decide to make a change.",[174,184,185],{},"The Markdown text you create won’t become obsolete. Even if the application you’re using stops working down the line, you’ll still be able to read your Markdown-formatted text using a text editing application.\nThe fact that it is the backbone of so much web content means that you might be the odd one out if you DON’T use it.",[29,187,189],{"id":188},"how-to-get-started-with-markdown","How to get started with Markdown",[12,191,192],{},"There are a few ways you can learn about how to get started with Markdown.",[12,194,195,196,201,202,207],{},"The first is to check out online tutorials. You can find a number of resources on Markdown, including the ",[16,197,200],{"href":198,"rel":199},"https://daringfireball.net/projects/markdown/",[],"original guide by John Gruber"," and a ",[16,203,206],{"href":204,"rel":205},"https://www.markdowntutorial.com/",[],"Markdown Tutorial"," open-source website that you can use to try out Markdown in your web browser.",[12,209,210],{},"Or, just try it out with the Notepad application on a device. Since Markdown is just plain text, you can write it in any text editor, such as Notepad. Save a file with the .MD file extension to make a proper Markdown file.",[12,212,213,214,219],{},"The second (and a highly encouraged) way to get the hang of Markdown is to check out some ",[16,215,218],{"href":216,"rel":217},"https://www.makeuseof.com/tag/online-markdown-editors/",[],"free online Markdown editors"," to test the waters - many of which are great for just learning how to write in Markdown. Markdown editors like StackEdit and Dillinger can help your efforts to get started with Markdown.",[12,221,222],{},"For the most optimal Markdown experience, a writing app that's built for Markdown is typically the best way to go.",{"title":224,"searchDepth":225,"depth":225,"links":226},"",2,[227,228,229,236,237],{"id":31,"depth":225,"text":32},{"id":38,"depth":225,"text":39},{"id":58,"depth":225,"text":59,"children":230},[231,233,234,235],{"id":71,"depth":232,"text":72},3,{"id":89,"depth":232,"text":90},{"id":105,"depth":232,"text":106},{"id":129,"depth":232,"text":130},{"id":165,"depth":225,"text":166},{"id":188,"depth":225,"text":189},"engineering","2018-08-17","New to GitLab? New to Markdown? Here's a quick explainer on using Markdown to format text all over GitLab.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749671172/Blog/Hero%20Images/markdown-tutorial-cover.png",{},true,"/en-us/blog/gitlab-markdown-tutorial",{"title":5,"description":240,"ogTitle":5,"ogDescription":240,"noIndex":243,"ogImage":244,"ogUrl":249,"ogSiteName":250,"ogType":251,"canonicalUrls":249},"https://about.gitlab.com/blog/gitlab-markdown-tutorial","https://about.gitlab.com","article","gitlab-markdown-tutorial","en-us/blog/gitlab-markdown-tutorial",[255,256],"demo","inside GitLab","BlogPost","41cVHXmH9XIdNchZUGXchhdp5ARPW_OGc3a0ZsWcY2s",{"logo":260,"freeTrial":264,"sales":269,"login":274,"items":279,"search":605,"minimal":636,"duo":655,"switchNav":664,"pricingDeployment":675},{"config":261},{"href":142,"dataGaName":262,"dataGaLocation":263},"gitlab logo","header",{"text":265,"config":266},"Get free trial",{"href":267,"dataGaName":268,"dataGaLocation":263},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":270,"config":271},"Request a demo",{"href":272,"dataGaName":273,"dataGaLocation":263},"/sales/?contact-topic=request-demo","sales",{"text":275,"config":276},"Sign in",{"href":277,"dataGaName":278,"dataGaLocation":263},"https://gitlab.com/users/sign_in/","sign in",[280,309,409,414,527,583],{"text":281,"config":282,"menu":284},"Platform",{"dataNavLevelOne":283},"platform",{"type":285,"columns":286},"cards",[287,293,301],{"title":281,"description":288,"link":289},"The intelligent orchestration platform for DevSecOps",{"text":290,"config":291},"Explore our Platform",{"href":292,"dataGaName":283,"dataGaLocation":263},"/platform/",{"title":294,"description":295,"link":296},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":297,"config":298},"Meet GitLab Duo",{"href":299,"dataGaName":300,"dataGaLocation":263},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":302,"description":303,"link":304},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":305,"config":306},"Learn more",{"href":307,"dataGaName":308,"dataGaLocation":263},"/why-gitlab/","why gitlab",{"text":310,"left":246,"config":311,"menu":313},"Product",{"dataNavLevelOne":312},"solutions",{"type":314,"link":315,"columns":319,"feature":388},"lists",{"text":316,"config":317},"View all Solutions",{"href":318,"dataGaName":312,"dataGaLocation":263},"/solutions/",[320,344,367],{"title":321,"description":322,"link":323,"items":328},"Automation","CI/CD and automation to accelerate deployment",{"config":324},{"icon":325,"href":326,"dataGaName":327,"dataGaLocation":263},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[329,333,336,340],{"text":330,"config":331},"CI/CD",{"href":332,"dataGaLocation":263,"dataGaName":330},"/solutions/continuous-integration/",{"text":294,"config":334},{"href":299,"dataGaLocation":263,"dataGaName":335},"gitlab duo agent platform - product menu",{"text":337,"config":338},"Source Code Management",{"href":339,"dataGaLocation":263,"dataGaName":337},"/solutions/source-code-management/",{"text":341,"config":342},"Automated Software Delivery",{"href":326,"dataGaLocation":263,"dataGaName":343},"Automated software delivery",{"title":345,"description":346,"link":347,"items":352},"Security","Deliver code faster without compromising security",{"config":348},{"href":349,"dataGaName":350,"dataGaLocation":263,"icon":351},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[353,357,362],{"text":354,"config":355},"Application Security Testing",{"href":349,"dataGaName":356,"dataGaLocation":263},"Application security testing",{"text":358,"config":359},"Software Supply Chain Security",{"href":360,"dataGaLocation":263,"dataGaName":361},"/solutions/supply-chain/","Software supply chain security",{"text":363,"config":364},"Software Compliance",{"href":365,"dataGaName":366,"dataGaLocation":263},"/solutions/software-compliance/","software compliance",{"title":368,"link":369,"items":374},"Measurement",{"config":370},{"icon":371,"href":372,"dataGaName":373,"dataGaLocation":263},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[375,379,383],{"text":376,"config":377},"Visibility & Measurement",{"href":372,"dataGaLocation":263,"dataGaName":378},"Visibility and Measurement",{"text":380,"config":381},"Value Stream Management",{"href":382,"dataGaLocation":263,"dataGaName":380},"/solutions/value-stream-management/",{"text":384,"config":385},"Analytics & Insights",{"href":386,"dataGaLocation":263,"dataGaName":387},"/solutions/analytics-and-insights/","Analytics and insights",{"title":389,"type":314,"items":390},"GitLab for",[391,397,403],{"text":392,"config":393},"Enterprise",{"icon":394,"href":395,"dataGaLocation":263,"dataGaName":396},"Building","/enterprise/","enterprise",{"text":398,"config":399},"Small Business",{"icon":400,"href":401,"dataGaLocation":263,"dataGaName":402},"Work","/small-business/","small business",{"text":404,"config":405},"Public Sector",{"icon":406,"href":407,"dataGaLocation":263,"dataGaName":408},"Organization","/solutions/public-sector/","public sector",{"text":410,"config":411},"Pricing",{"href":412,"dataGaName":413,"dataGaLocation":263,"dataNavLevelOne":413},"/pricing/","pricing",{"text":415,"config":416,"menu":418},"Resources",{"dataNavLevelOne":417},"resources",{"type":314,"link":419,"columns":423,"feature":516},{"text":420,"config":421},"View all resources",{"href":422,"dataGaName":417,"dataGaLocation":263},"/resources/",[424,457,484],{"title":425,"items":426},"Getting started",[427,432,437,442,447,452],{"text":428,"config":429},"Install",{"href":430,"dataGaName":431,"dataGaLocation":263},"/install/","install",{"text":433,"config":434},"Quick start guides",{"href":435,"dataGaName":436,"dataGaLocation":263},"/get-started/","quick setup checklists",{"text":438,"config":439},"Learn",{"href":440,"dataGaLocation":263,"dataGaName":441},"https://university.gitlab.com/","learn",{"text":443,"config":444},"Product documentation",{"href":445,"dataGaName":446,"dataGaLocation":263},"https://docs.gitlab.com/","product documentation",{"text":448,"config":449},"Best practice videos",{"href":450,"dataGaName":451,"dataGaLocation":263},"/getting-started-videos/","best practice videos",{"text":453,"config":454},"Integrations",{"href":455,"dataGaName":456,"dataGaLocation":263},"/integrations/","integrations",{"title":458,"items":459},"Discover",[460,465,470,475,479],{"text":461,"config":462},"Customer success stories",{"href":463,"dataGaName":464,"dataGaLocation":263},"/customers/","customer success stories",{"text":466,"config":467},"Blog",{"href":468,"dataGaName":469,"dataGaLocation":263},"/blog/","blog",{"text":471,"config":472},"Demo Hub",{"href":473,"dataGaName":474,"dataGaLocation":263},"/demo-hub/","demo hub",{"text":476,"config":477},"The Source",{"href":478,"dataGaName":469,"dataGaLocation":263},"/the-source/",{"text":480,"config":481},"Remote",{"href":482,"dataGaName":483,"dataGaLocation":263},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":485,"items":486},"Connect",[487,492,496,501,506,511],{"text":488,"config":489},"GitLab Services",{"href":490,"dataGaName":491,"dataGaLocation":263},"/services/","services",{"text":493,"config":494},"Contribute",{"href":495,"dataGaName":161,"dataGaLocation":263},"https://contributors.gitlab.com",{"text":497,"config":498},"Community",{"href":499,"dataGaName":500,"dataGaLocation":263},"/community/","community",{"text":502,"config":503},"Forum",{"href":504,"dataGaName":505,"dataGaLocation":263},"https://forum.gitlab.com/","forum",{"text":507,"config":508},"Events",{"href":509,"dataGaName":510,"dataGaLocation":263},"/events/","events",{"text":512,"config":513},"Partners",{"href":514,"dataGaName":515,"dataGaLocation":263},"/partners/","partners",{"config":517,"title":520,"text":521,"link":522},{"background":518,"textColor":519},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":523,"config":524},"Read the latest",{"href":525,"dataGaName":526,"dataGaLocation":263},"/whats-new/","whats new",{"text":528,"config":529,"menu":531},"Company",{"dataNavLevelOne":530},"company",{"type":314,"columns":532},[533],{"items":534},[535,540,546,548,553,558,563,568,573,578],{"text":536,"config":537},"About",{"href":538,"dataGaName":539,"dataGaLocation":263},"/company/","about",{"text":541,"config":542,"footerGa":545},"Jobs",{"href":543,"dataGaName":544,"dataGaLocation":263},"/jobs/","jobs",{"dataGaName":544},{"text":507,"config":547},{"href":509,"dataGaName":510,"dataGaLocation":263},{"text":549,"config":550},"Leadership",{"href":551,"dataGaName":552,"dataGaLocation":263},"/company/team/e-group/","leadership",{"text":554,"config":555},"Handbook",{"href":556,"dataGaName":557,"dataGaLocation":263},"https://handbook.gitlab.com/","handbook",{"text":559,"config":560},"Investor relations",{"href":561,"dataGaName":562,"dataGaLocation":263},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":564,"config":565},"Trust Center",{"href":566,"dataGaName":567,"dataGaLocation":263},"/security/","trust center",{"text":569,"config":570},"AI Transparency Center",{"href":571,"dataGaName":572,"dataGaLocation":263},"/ai-transparency-center/","ai transparency center",{"text":574,"config":575},"Newsletter",{"href":576,"dataGaName":577,"dataGaLocation":263},"/company/contact/#contact-forms","newsletter",{"text":579,"config":580},"Press",{"href":581,"dataGaName":582,"dataGaLocation":263},"/press/","press",{"text":584,"config":585,"menu":586},"Contact us",{"dataNavLevelOne":530},{"type":314,"columns":587},[588],{"items":589},[590,595,600],{"text":591,"config":592},"Talk to sales",{"href":593,"dataGaName":594,"dataGaLocation":263},"/sales/","talk to sales",{"text":596,"config":597},"Support portal",{"href":598,"dataGaName":599,"dataGaLocation":263},"https://support.gitlab.com/hc/en-us","support portal",{"text":601,"config":602},"Customer portal",{"href":603,"dataGaName":604,"dataGaLocation":263},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":606,"login":607,"suggestions":614},"Close",{"text":608,"link":609},"To search repositories and projects, login to",{"text":610,"config":611},"gitlab.com",{"href":277,"dataGaName":612,"dataGaLocation":613},"search login","search",{"text":615,"default":616},"Suggestions",[617,619,623,625,629,633],{"text":294,"config":618},{"href":299,"dataGaName":294,"dataGaLocation":613},{"text":620,"config":621},"Code Suggestions (AI)",{"href":622,"dataGaName":620,"dataGaLocation":613},"/solutions/code-suggestions/",{"text":330,"config":624},{"href":332,"dataGaName":330,"dataGaLocation":613},{"text":626,"config":627},"GitLab on AWS",{"href":628,"dataGaName":626,"dataGaLocation":613},"/partners/technology-partners/aws/",{"text":630,"config":631},"GitLab on Google Cloud",{"href":632,"dataGaName":630,"dataGaLocation":613},"/partners/technology-partners/google-cloud-platform/",{"text":634,"config":635},"Why GitLab?",{"href":307,"dataGaName":634,"dataGaLocation":613},{"freeTrial":637,"mobileIcon":642,"desktopIcon":647,"secondaryButton":650},{"text":638,"config":639},"Start free trial",{"href":640,"dataGaName":268,"dataGaLocation":641},"https://gitlab.com/-/trials/new/","nav",{"altText":643,"config":644},"Gitlab Icon",{"src":645,"dataGaName":646,"dataGaLocation":641},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":643,"config":648},{"src":649,"dataGaName":646,"dataGaLocation":641},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":651,"config":652},"Get Started",{"href":653,"dataGaName":654,"dataGaLocation":641},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":656,"mobileIcon":660,"desktopIcon":662},{"text":657,"config":658},"Learn more about GitLab Duo",{"href":299,"dataGaName":659,"dataGaLocation":641},"gitlab duo",{"altText":643,"config":661},{"src":645,"dataGaName":646,"dataGaLocation":641},{"altText":643,"config":663},{"src":649,"dataGaName":646,"dataGaLocation":641},{"button":665,"mobileIcon":670,"desktopIcon":672},{"text":666,"config":667},"/switch",{"href":668,"dataGaName":669,"dataGaLocation":641},"#contact","switch",{"altText":643,"config":671},{"src":645,"dataGaName":646,"dataGaLocation":641},{"altText":643,"config":673},{"src":674,"dataGaName":646,"dataGaLocation":641},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":676,"mobileIcon":681,"desktopIcon":683},{"text":677,"config":678},"Back to pricing",{"href":412,"dataGaName":679,"dataGaLocation":641,"icon":680},"back to pricing","GoBack",{"altText":643,"config":682},{"src":645,"dataGaName":646,"dataGaLocation":641},{"altText":643,"config":684},{"src":649,"dataGaName":646,"dataGaLocation":641},{"title":686,"titleMobile":687,"button":688,"config":693},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":305,"config":689},{"href":690,"dataGaName":691,"dataGaLocation":692},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":694,"disabled":243},"release",{"data":696},{"text":697,"source":698,"edit":704,"contribute":709,"config":714,"items":719,"minimal":929},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":699,"config":700},"View page source",{"href":701,"dataGaName":702,"dataGaLocation":703},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":705,"config":706},"Edit this page",{"href":707,"dataGaName":708,"dataGaLocation":703},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":710,"config":711},"Please contribute",{"href":712,"dataGaName":713,"dataGaLocation":703},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":715,"facebook":716,"youtube":717,"linkedin":718},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[720,767,821,865,897],{"title":410,"links":721,"subMenu":736},[722,726,731],{"text":723,"config":724},"View plans",{"href":412,"dataGaName":725,"dataGaLocation":703},"view plans",{"text":727,"config":728},"Why Premium?",{"href":729,"dataGaName":730,"dataGaLocation":703},"/pricing/premium/","why premium",{"text":732,"config":733},"Why Ultimate?",{"href":734,"dataGaName":735,"dataGaLocation":703},"/pricing/ultimate/","why ultimate",[737],{"title":738,"links":739},"Contact Us",[740,743,745,747,752,757,762],{"text":741,"config":742},"Contact sales",{"href":593,"dataGaName":273,"dataGaLocation":703},{"text":596,"config":744},{"href":598,"dataGaName":599,"dataGaLocation":703},{"text":601,"config":746},{"href":603,"dataGaName":604,"dataGaLocation":703},{"text":748,"config":749},"Status",{"href":750,"dataGaName":751,"dataGaLocation":703},"https://status.gitlab.com/","status",{"text":753,"config":754},"Terms of use",{"href":755,"dataGaName":756,"dataGaLocation":703},"/terms/","terms of use",{"text":758,"config":759},"Privacy statement",{"href":760,"dataGaName":761,"dataGaLocation":703},"/privacy/","privacy statement",{"text":763,"config":764},"Cookie preferences",{"dataGaName":765,"dataGaLocation":703,"id":766,"isOneTrustButton":246},"cookie preferences","ot-sdk-btn",{"title":310,"links":768,"subMenu":777},[769,773],{"text":770,"config":771},"DevSecOps platform",{"href":292,"dataGaName":772,"dataGaLocation":703},"devsecops platform",{"text":774,"config":775},"AI-Assisted Development",{"href":299,"dataGaName":776,"dataGaLocation":703},"ai-assisted development",[778],{"title":779,"links":780},"Topics",[781,786,791,796,801,806,811,816],{"text":782,"config":783},"CICD",{"href":784,"dataGaName":785,"dataGaLocation":703},"/topics/ci-cd/","cicd",{"text":787,"config":788},"GitOps",{"href":789,"dataGaName":790,"dataGaLocation":703},"/topics/gitops/","gitops",{"text":792,"config":793},"DevOps",{"href":794,"dataGaName":795,"dataGaLocation":703},"/topics/devops/","devops",{"text":797,"config":798},"Version Control",{"href":799,"dataGaName":800,"dataGaLocation":703},"/topics/version-control/","version control",{"text":802,"config":803},"DevSecOps",{"href":804,"dataGaName":805,"dataGaLocation":703},"/topics/devsecops/","devsecops",{"text":807,"config":808},"Cloud Native",{"href":809,"dataGaName":810,"dataGaLocation":703},"/topics/cloud-native/","cloud native",{"text":812,"config":813},"AI for Coding",{"href":814,"dataGaName":815,"dataGaLocation":703},"/topics/devops/ai-for-coding/","ai for coding",{"text":817,"config":818},"Agentic AI",{"href":819,"dataGaName":820,"dataGaLocation":703},"/topics/agentic-ai/","agentic ai",{"title":822,"links":823},"Solutions",[824,826,828,833,837,840,844,847,849,852,855,860],{"text":354,"config":825},{"href":349,"dataGaName":354,"dataGaLocation":703},{"text":343,"config":827},{"href":326,"dataGaName":327,"dataGaLocation":703},{"text":829,"config":830},"Agile development",{"href":831,"dataGaName":832,"dataGaLocation":703},"/solutions/agile-delivery/","agile delivery",{"text":834,"config":835},"SCM",{"href":339,"dataGaName":836,"dataGaLocation":703},"source code management",{"text":782,"config":838},{"href":332,"dataGaName":839,"dataGaLocation":703},"continuous integration & delivery",{"text":841,"config":842},"Value stream management",{"href":382,"dataGaName":843,"dataGaLocation":703},"value stream management",{"text":787,"config":845},{"href":846,"dataGaName":790,"dataGaLocation":703},"/solutions/gitops/",{"text":392,"config":848},{"href":395,"dataGaName":396,"dataGaLocation":703},{"text":850,"config":851},"Small business",{"href":401,"dataGaName":402,"dataGaLocation":703},{"text":853,"config":854},"Public sector",{"href":407,"dataGaName":408,"dataGaLocation":703},{"text":856,"config":857},"Education",{"href":858,"dataGaName":859,"dataGaLocation":703},"/solutions/education/","education",{"text":861,"config":862},"Financial services",{"href":863,"dataGaName":864,"dataGaLocation":703},"/solutions/finance/","financial services",{"title":415,"links":866},[867,869,871,873,876,878,881,883,885,887,889,891,893,895],{"text":428,"config":868},{"href":430,"dataGaName":431,"dataGaLocation":703},{"text":433,"config":870},{"href":435,"dataGaName":436,"dataGaLocation":703},{"text":438,"config":872},{"href":440,"dataGaName":441,"dataGaLocation":703},{"text":443,"config":874},{"href":445,"dataGaName":875,"dataGaLocation":703},"docs",{"text":466,"config":877},{"href":468,"dataGaName":469,"dataGaLocation":703},{"text":879,"config":880},"What's new",{"href":525,"dataGaName":526,"dataGaLocation":703},{"text":461,"config":882},{"href":463,"dataGaName":464,"dataGaLocation":703},{"text":480,"config":884},{"href":482,"dataGaName":483,"dataGaLocation":703},{"text":488,"config":886},{"href":490,"dataGaName":491,"dataGaLocation":703},{"text":493,"config":888},{"href":495,"dataGaName":161,"dataGaLocation":703},{"text":497,"config":890},{"href":499,"dataGaName":500,"dataGaLocation":703},{"text":502,"config":892},{"href":504,"dataGaName":505,"dataGaLocation":703},{"text":507,"config":894},{"href":509,"dataGaName":510,"dataGaLocation":703},{"text":512,"config":896},{"href":514,"dataGaName":515,"dataGaLocation":703},{"title":528,"links":898},[899,901,903,905,907,909,913,918,920,922,924],{"text":536,"config":900},{"href":538,"dataGaName":530,"dataGaLocation":703},{"text":541,"config":902},{"href":543,"dataGaName":544,"dataGaLocation":703},{"text":549,"config":904},{"href":551,"dataGaName":552,"dataGaLocation":703},{"text":554,"config":906},{"href":556,"dataGaName":557,"dataGaLocation":703},{"text":559,"config":908},{"href":561,"dataGaName":562,"dataGaLocation":703},{"text":910,"config":911},"Sustainability",{"href":912,"dataGaName":910,"dataGaLocation":703},"/sustainability/",{"text":914,"config":915},"Diversity, inclusion and belonging (DIB)",{"href":916,"dataGaName":917,"dataGaLocation":703},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":564,"config":919},{"href":566,"dataGaName":567,"dataGaLocation":703},{"text":574,"config":921},{"href":576,"dataGaName":577,"dataGaLocation":703},{"text":579,"config":923},{"href":581,"dataGaName":582,"dataGaLocation":703},{"text":925,"config":926},"Modern Slavery Transparency Statement",{"href":927,"dataGaName":928,"dataGaLocation":703},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":930},[931,934,937],{"text":932,"config":933},"Terms",{"href":755,"dataGaName":756,"dataGaLocation":703},{"text":935,"config":936},"Cookies",{"dataGaName":765,"dataGaLocation":703,"id":766,"isOneTrustButton":246},{"text":938,"config":939},"Privacy",{"href":760,"dataGaName":761,"dataGaLocation":703},[941],{"id":942,"title":7,"body":242,"config":943,"content":945,"description":242,"extension":949,"meta":950,"navigation":246,"path":951,"seo":952,"stem":953,"__hash__":954},"blogAuthors/en-us/blog/authors/rebecca-dodd.yml",{"template":944},"BlogAuthor",{"name":7,"config":946},{"headshot":947,"ctfId":948},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","Rebecca-Dodd","yml",{},"/en-us/blog/authors/rebecca-dodd",{},"en-us/blog/authors/rebecca-dodd","Fqnz-zC5Rsc_ZMULQNrNPzwFh8Smy8g5utEqKK0NjJE",[956,965,973],{"title":957,"description":958,"heroImage":959,"category":238,"date":960,"authors":961,"slug":964,"externalUrl":242},"Confidential AI for GitLab Self-Hosted","Give developers AI coding agents in GitLab Duo without source code leaving a hardware-encrypted boundary — no GPUs needed.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1773866173/vte9qh8rriznvyclhkes.png","2026-08-06",[962,963],"Mathias Ewald","Martin Paloncy, Edgeless Systems","confidential-ai-for-gitlab-self-hosted",{"title":966,"description":967,"heroImage":968,"category":238,"date":969,"authors":970,"slug":972,"externalUrl":242},"Green DevOps: Why carbon measurement belongs in your CI/CD pipeline","CI/CD pipelines have a hidden carbon cost. Here's why measuring it matters, and how you can get started with Eco CI and Carmen in GitLab.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1765809212/noh0mdfn9o94ry9ykura.png","2026-07-09",[971],"Lysanne Pinto","green-devops-carbon-measurement-cicd-pipeline",{"title":974,"description":975,"heroImage":976,"category":238,"date":977,"authors":978,"slug":980,"externalUrl":242},"How to build CI/CD observability at scale","This practical guide to GitLab pipeline analytics helps self-managed users gain operational insights using Prometheus and Grafana.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1774465167/n5hlvrsrheadeccyr1oz.png","2026-04-28",[979],"Paul Meresanu","how-to-build-ci-cd-observability-at-scale",{"promotions":982},[983,997,1009,1021],{"id":984,"categories":985,"header":987,"text":988,"button":989,"image":994},"ai-modernization",[986],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":990,"config":991},"Get your AI maturity score",{"href":992,"dataGaName":993,"dataGaLocation":469},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":995},{"src":996},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":998,"categories":999,"header":1001,"text":988,"button":1002,"image":1006},"devops-modernization",[1000,805],"product","Are you just managing tools or shipping innovation?",{"text":1003,"config":1004},"Get your DevOps maturity score",{"href":1005,"dataGaName":993,"dataGaLocation":469},"/assessments/devops-modernization-assessment/",{"config":1007},{"src":1008},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1010,"categories":1011,"header":1013,"text":988,"button":1014,"image":1018},"security-modernization",[1012],"security","Are you trading speed for security?",{"text":1015,"config":1016},"Get your security maturity score",{"href":1017,"dataGaName":993,"dataGaLocation":469},"/assessments/security-modernization-assessment/",{"config":1019},{"src":1020},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1022,"paths":1023,"header":1026,"text":1027,"button":1028,"image":1033},"github-azure-migration",[1024,1025],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":1029,"config":1030},"See how GitLab compares to GitHub",{"href":1031,"dataGaName":1032,"dataGaLocation":469},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1034},{"src":1008},{"header":1036,"blurb":1037,"button":1038,"secondaryButton":1043},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1039,"config":1040},"Get your free trial",{"href":1041,"dataGaName":268,"dataGaLocation":1042},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":741,"config":1044},{"href":593,"dataGaName":273,"dataGaLocation":1042},1786803768363]