[{"data":1,"prerenderedAt":873},["ShallowReactive",2],{"/en-us/topics/gitops/gitops-workflow":3,"navigation-en-us":119,"banner-en-us":545,"footer-en-us":562,"next-steps-en-us":802,"footer-source-/en-us/topics/gitops/gitops-workflow/":817},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":12,"_id":113,"_type":114,"title":7,"_source":115,"_file":116,"_stem":117,"_extension":118},"/en-us/topics/gitops/gitops-workflow","gitops",false,"",{"title":9,"ogTitle":9,"description":10,"ogDescription":11},"What is a GitOps workflow?","Learn what a GitOps workflow is and how it works. Discover its three components, IaC, merge requests and CICD, that ensure consistency and automation.\n","GitOps has three main parts to its workflow, infrastructure as code, merge requests, and CI/CD pipelines.",[13,27,33,50,72,111],{"type":14,"componentName":14,"componentContent":15},"CommonBreadcrumbs",{"crumbs":16},[17,21,25],{"title":18,"config":19},"Topics",{"href":20},"/topics/",{"title":22,"config":23},"GitOps",{"href":24},"/topics/gitops/",{"title":26},"GitOps workflow",{"type":28,"componentName":28,"componentContent":29},"CommonArticleHero",{"title":9,"text":30,"config":31},"A GitOps workflow is a method of managing infrastructure and applications using Git repositories, configuration files, and CI/CD pipelines to ensure automation, consistency, and collaboration.\n\n",{"id":32,"twoColumns":6},"what-is-a-gitops-workflow?",{"type":34,"componentName":34,"componentContent":35},"CommonSideNavigationWithTree",{"anchors":36,"components":43},{"text":37,"data":38},"More on this topic",[39],{"text":40,"config":41},"Three components of GitOps workflows",{"href":42},"#three-components-of-git-ops-workflows",[44],{"type":45,"componentName":45,"componentContent":46},"TopicsCopy",{"header":40,"text":47,"config":48},"By defining infrastructure using configuration files, teams can deploy identical environments every time, eliminating inconsistencies and reducing risk. This approach enhances efficiency, collaboration, and stability, forming the foundation of the GitOps model.\n\nAs a software development framework, GitOps operates through three key components: infrastructure as code (IaC), merge requests (MRs), and continuous integration and continuous deployment (CI/CD).\n\n### Infrastructure as code (IaC)\n\nThe first step in a GitOps workflow is defining all [infrastructure as code](/topics/gitops/infrastructure-as-code/){data-ga-name=\"infrastructure as code\" data-ga-location=\"body\"}. IaC automates the IT infrastructure provisioning by using configuration files. IaC is a DevOps practice that supports teams to version infrastructure to improve consistency across machines to reduce deployment friction. \n\nInfrastructure code undergoes a similar process as application code with touchpoints in continuous integration, version control, testing, and continuous deployment. Automation leads to more [efficient](/blog/why-gitops-should-be-workflow-of-choice/){data-ga-name=\"efficient\" data-ga-location=\"body\"} development, increased consistency, and [faster](/blog/production-grade-infra-devsecops-with-five-minute-production/){data-ga-name=\"faster\" data-ga-location=\"body\"} time to market.\n\n\nManaging [infrastructure](/blog/lessons-in-iteration-from-new-infrastructure-team/){data-ga-name=\"infrastructure\" data-ga-location=\"body\"} has traditionally been a manual process involving large teams maintaining physical servers. Each machine often has its own configuration, leading to snowflake environments. With infrastructure as code, teams have increased visibility, consistency, stability, and scalability.\n\n\n### Merge requests (MRs)\n\nDeclarative tools, such as Kubernetes, enable config files to be [version controlled](/blog/migrating-your-version-control-to-git/){data-ga-name=\"version controlled\" data-ga-location=\"body\"} by Git, an open source version control system that tracks code changes. \n\nUsing a Git repository as the single source of truth for infrastructure definitions, GitOps benefits from a robust audit trail. The second aspect of GitOps workflows involve merge requests, which serve as the [change function](/blog/merge-request-reviewers/){data-ga-name=\"change function\" data-ga-location=\"body\"} for infrastructure updates.\n\n\nTeams collaborate in merge requests through [code reviews](/blog/mr-reviews-with-vs-code/){data-ga-name=\"code reviews\" data-ga-location=\"body\"}, comments, and suggestions. A merge commits to the [main](/blog/new-git-default-branch-name/){data-ga-name=\"main\" data-ga-location=\"body\"} branch and acts as an audit log. Built-in rollback features enable teams to revert to a desired state and explore innovative ways to approach difficult challenges. \n\nMerge requests facilitate experimentation and provide a safe way for team members to receive fast [feedback](/blog/iteration-and-code-review/){data-ga-name=\"feedback\" data-ga-location=\"body\"} from their peers and subject matter experts.\n\n\n### Continuous integration and continuous deployment (CI/CD)\n\nGitOps automates infrastructure management using a Git workflow with [effective](/blog/effective-ci-cd-pipelines/){data-ga-name=\"effective\" data-ga-location=\"body\"} continuous integration and continuous deployment. \n\nAfter code is merged to the main branch, the CI/CD pipeline initiates the [change](/blog/pipeline-editor-overview/){data-ga-name=\"change\" data-ga-location=\"body\"} in the environment. Manual changes and human error can cause configuration drift and snowflake environments, but GitOps automation and continuous deployment overwrites them so the environment always [deploys](/blog/ci-deployment-and-environments/){data-ga-name=\"deploys\" data-ga-location=\"body\"} a consistent desired state.\n",{"id":49},"three-components-of-git-ops-workflows",{"type":51,"componentName":51,"componentContent":52},"CommonFaq",{"header":53,"groups":54},"Frequently Asked Questions",[55],{"questions":56},[57,60,63,66,69],{"question":58,"answer":59},"What is a GitOps workflow and what are its three main components?","A GitOps workflow is a software development framework that uses well-known development practices including version control, code review, and CI/CD pipelines to manage IT infrastructure. The three main components are infrastructure as code that defines all infrastructure through configuration files, merge requests that serve as change mechanisms for infrastructure updates, and CI/CD pipelines that automate infrastructure management.",{"question":61,"answer":62},"How does infrastructure as code work in GitOps workflows?","Infrastructure as code automates IT infrastructure provisioning by using configuration files that deploy the same infrastructure environment each time. IaC is a DevOps practice that enables teams to version infrastructure, improving consistency across machines and reducing deployment friction. Infrastructure code undergoes similar processes as application code with continuous integration, version control, testing, and deployment.",{"question":64,"answer":65},"What role do merge requests play in GitOps infrastructure management?","Merge requests serve as the change function for infrastructure updates where teams collaborate through code reviews, comments, and suggestions. A merge commits to the main branch and acts as an audit log with built-in rollback features. This provides a safe way for team members to receive fast feedback and explore innovative approaches to challenges.",{"question":67,"answer":68},"How do CI/CD pipelines prevent configuration drift in GitOps workflows?","CI/CD pipelines automate infrastructure management using Git workflows with continuous integration and deployment. After code merges to the main branch, pipelines initiate changes in the environment. GitOps automation overwrites manual changes and human errors that cause configuration drift, ensuring environments always deploy consistent desired states.",{"question":70,"answer":71},"What benefits does GitOps provide over traditional manual infrastructure management?","GitOps increases efficiency, collaboration, and stability by replacing manual processes involving large teams maintaining physical servers. Traditional management creates snowflake environments with unique machine configurations, while GitOps provides increased visibility, consistency, stability, and scalability through automated configuration file deployment and version control practices.",{"type":73,"componentName":73,"componentContent":74},"CommonResourcesContainer",{"header":75,"tabs":76},"Ready to learn more about GitOps?",[77],{"name":78,"items":79,"config":110},"resources",[80,91,101],{"header":81,"type":82,"image":83,"link":86},"Discover how GitLab supports GitOps workflows","Articles",{"altText":81,"config":84},{"src":85},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158268/Website/Topics/resources_2.jpg",{"text":87,"config":88},"Learn more",{"href":89,"icon":90,"modal":6},"/solutions/gitops/","Article",{"header":92,"type":93,"image":94,"link":97},"Hear about the future of infrastructure automation","Webcast",{"altText":92,"config":95},{"src":96},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157557/Website/Topics/resources_10.jpg",{"text":98,"config":99},"Watch now",{"href":100,"icon":93,"modal":6},"/why/gitops-infrastructure-automation/",{"header":102,"type":103,"image":104,"link":107},"Learn three ways to approach GitOps","Blog",{"altText":102,"config":105},{"src":106},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158599/Website/Topics/resources_3.jpg",{"text":87,"config":108},{"href":109,"icon":103,"modal":6},"/blog/gitops-done-3-ways/",{"key":78},{"type":112,"componentName":112},"CommonNextSteps","content:en-us:topics:gitops:gitops-workflow:index.yml","yaml","content","en-us/topics/gitops/gitops-workflow/index.yml","en-us/topics/gitops/gitops-workflow/index","yml",{"_path":120,"_dir":121,"_draft":6,"_partial":6,"_locale":7,"data":122,"_id":541,"_type":114,"title":542,"_source":115,"_file":543,"_stem":544,"_extension":118},"/shared/en-us/main-navigation","en-us",{"logo":123,"freeTrial":128,"sales":133,"login":138,"items":143,"search":472,"minimal":503,"duo":522,"pricingDeployment":531},{"config":124},{"href":125,"dataGaName":126,"dataGaLocation":127},"/","gitlab logo","header",{"text":129,"config":130},"Get free trial",{"href":131,"dataGaName":132,"dataGaLocation":127},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":134,"config":135},"Talk to sales",{"href":136,"dataGaName":137,"dataGaLocation":127},"/sales/","sales",{"text":139,"config":140},"Sign in",{"href":141,"dataGaName":142,"dataGaLocation":127},"https://gitlab.com/users/sign_in/","sign in",[144,187,284,289,393,453],{"text":145,"config":146,"cards":148,"footer":170},"Platform",{"dataNavLevelOne":147},"platform",[149,155,163],{"title":145,"description":150,"link":151},"The most comprehensive AI-powered DevSecOps Platform",{"text":152,"config":153},"Explore our Platform",{"href":154,"dataGaName":147,"dataGaLocation":127},"/platform/",{"title":156,"description":157,"link":158},"GitLab Duo (AI)","Build software faster with AI at every stage of development",{"text":159,"config":160},"Meet GitLab Duo",{"href":161,"dataGaName":162,"dataGaLocation":127},"/gitlab-duo/","gitlab duo ai",{"title":164,"description":165,"link":166},"Why GitLab","10 reasons why Enterprises choose GitLab",{"text":87,"config":167},{"href":168,"dataGaName":169,"dataGaLocation":127},"/why-gitlab/","why gitlab",{"title":171,"items":172},"Get started with",[173,178,183],{"text":174,"config":175},"Platform Engineering",{"href":176,"dataGaName":177,"dataGaLocation":127},"/solutions/platform-engineering/","platform engineering",{"text":179,"config":180},"Developer Experience",{"href":181,"dataGaName":182,"dataGaLocation":127},"/developer-experience/","Developer experience",{"text":184,"config":185},"MLOps",{"href":186,"dataGaName":184,"dataGaLocation":127},"/topics/devops/the-role-of-ai-in-devops/",{"text":188,"left":189,"config":190,"link":192,"lists":196,"footer":266},"Product",true,{"dataNavLevelOne":191},"solutions",{"text":193,"config":194},"View all Solutions",{"href":195,"dataGaName":191,"dataGaLocation":127},"/solutions/",[197,222,245],{"title":198,"description":199,"link":200,"items":205},"Automation","CI/CD and automation to accelerate deployment",{"config":201},{"icon":202,"href":203,"dataGaName":204,"dataGaLocation":127},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[206,210,214,218],{"text":207,"config":208},"CI/CD",{"href":209,"dataGaLocation":127,"dataGaName":207},"/solutions/continuous-integration/",{"text":211,"config":212},"AI-Assisted Development",{"href":161,"dataGaLocation":127,"dataGaName":213},"AI assisted development",{"text":215,"config":216},"Source Code Management",{"href":217,"dataGaLocation":127,"dataGaName":215},"/solutions/source-code-management/",{"text":219,"config":220},"Automated Software Delivery",{"href":203,"dataGaLocation":127,"dataGaName":221},"Automated software delivery",{"title":223,"description":224,"link":225,"items":230},"Security","Deliver code faster without compromising security",{"config":226},{"href":227,"dataGaName":228,"dataGaLocation":127,"icon":229},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[231,235,240],{"text":232,"config":233},"Application Security Testing",{"href":227,"dataGaName":234,"dataGaLocation":127},"Application security testing",{"text":236,"config":237},"Software Supply Chain Security",{"href":238,"dataGaLocation":127,"dataGaName":239},"/solutions/supply-chain/","Software supply chain security",{"text":241,"config":242},"Software Compliance",{"href":243,"dataGaName":244,"dataGaLocation":127},"/solutions/software-compliance/","software compliance",{"title":246,"link":247,"items":252},"Measurement",{"config":248},{"icon":249,"href":250,"dataGaName":251,"dataGaLocation":127},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[253,257,261],{"text":254,"config":255},"Visibility & Measurement",{"href":250,"dataGaLocation":127,"dataGaName":256},"Visibility and Measurement",{"text":258,"config":259},"Value Stream Management",{"href":260,"dataGaLocation":127,"dataGaName":258},"/solutions/value-stream-management/",{"text":262,"config":263},"Analytics & Insights",{"href":264,"dataGaLocation":127,"dataGaName":265},"/solutions/analytics-and-insights/","Analytics and insights",{"title":267,"items":268},"GitLab for",[269,274,279],{"text":270,"config":271},"Enterprise",{"href":272,"dataGaLocation":127,"dataGaName":273},"/enterprise/","enterprise",{"text":275,"config":276},"Small Business",{"href":277,"dataGaLocation":127,"dataGaName":278},"/small-business/","small business",{"text":280,"config":281},"Public Sector",{"href":282,"dataGaLocation":127,"dataGaName":283},"/solutions/public-sector/","public sector",{"text":285,"config":286},"Pricing",{"href":287,"dataGaName":288,"dataGaLocation":127,"dataNavLevelOne":288},"/pricing/","pricing",{"text":290,"config":291,"link":292,"lists":296,"feature":380},"Resources",{"dataNavLevelOne":78},{"text":293,"config":294},"View all resources",{"href":295,"dataGaName":78,"dataGaLocation":127},"/resources/",[297,330,352],{"title":298,"items":299},"Getting started",[300,305,310,315,320,325],{"text":301,"config":302},"Install",{"href":303,"dataGaName":304,"dataGaLocation":127},"/install/","install",{"text":306,"config":307},"Quick start guides",{"href":308,"dataGaName":309,"dataGaLocation":127},"/get-started/","quick setup checklists",{"text":311,"config":312},"Learn",{"href":313,"dataGaLocation":127,"dataGaName":314},"https://university.gitlab.com/","learn",{"text":316,"config":317},"Product documentation",{"href":318,"dataGaName":319,"dataGaLocation":127},"https://docs.gitlab.com/","product documentation",{"text":321,"config":322},"Best practice videos",{"href":323,"dataGaName":324,"dataGaLocation":127},"/getting-started-videos/","best practice videos",{"text":326,"config":327},"Integrations",{"href":328,"dataGaName":329,"dataGaLocation":127},"/integrations/","integrations",{"title":331,"items":332},"Discover",[333,338,342,347],{"text":334,"config":335},"Customer success stories",{"href":336,"dataGaName":337,"dataGaLocation":127},"/customers/","customer success stories",{"text":103,"config":339},{"href":340,"dataGaName":341,"dataGaLocation":127},"/blog/","blog",{"text":343,"config":344},"Remote",{"href":345,"dataGaName":346,"dataGaLocation":127},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":348,"config":349},"TeamOps",{"href":350,"dataGaName":351,"dataGaLocation":127},"/teamops/","teamops",{"title":353,"items":354},"Connect",[355,360,365,370,375],{"text":356,"config":357},"GitLab Services",{"href":358,"dataGaName":359,"dataGaLocation":127},"/services/","services",{"text":361,"config":362},"Community",{"href":363,"dataGaName":364,"dataGaLocation":127},"/community/","community",{"text":366,"config":367},"Forum",{"href":368,"dataGaName":369,"dataGaLocation":127},"https://forum.gitlab.com/","forum",{"text":371,"config":372},"Events",{"href":373,"dataGaName":374,"dataGaLocation":127},"/events/","events",{"text":376,"config":377},"Partners",{"href":378,"dataGaName":379,"dataGaLocation":127},"/partners/","partners",{"backgroundColor":381,"textColor":382,"text":383,"image":384,"link":388},"#2f2a6b","#fff","Insights for the future of software development",{"altText":385,"config":386},"the source promo card",{"src":387},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":389,"config":390},"Read the latest",{"href":391,"dataGaName":392,"dataGaLocation":127},"/the-source/","the source",{"text":394,"config":395,"lists":397},"Company",{"dataNavLevelOne":396},"company",[398],{"items":399},[400,405,411,413,418,423,428,433,438,443,448],{"text":401,"config":402},"About",{"href":403,"dataGaName":404,"dataGaLocation":127},"/company/","about",{"text":406,"config":407,"footerGa":410},"Jobs",{"href":408,"dataGaName":409,"dataGaLocation":127},"/jobs/","jobs",{"dataGaName":409},{"text":371,"config":412},{"href":373,"dataGaName":374,"dataGaLocation":127},{"text":414,"config":415},"Leadership",{"href":416,"dataGaName":417,"dataGaLocation":127},"/company/team/e-group/","leadership",{"text":419,"config":420},"Team",{"href":421,"dataGaName":422,"dataGaLocation":127},"/company/team/","team",{"text":424,"config":425},"Handbook",{"href":426,"dataGaName":427,"dataGaLocation":127},"https://handbook.gitlab.com/","handbook",{"text":429,"config":430},"Investor relations",{"href":431,"dataGaName":432,"dataGaLocation":127},"https://ir.gitlab.com/","investor relations",{"text":434,"config":435},"Trust Center",{"href":436,"dataGaName":437,"dataGaLocation":127},"/security/","trust center",{"text":439,"config":440},"AI Transparency Center",{"href":441,"dataGaName":442,"dataGaLocation":127},"/ai-transparency-center/","ai transparency center",{"text":444,"config":445},"Newsletter",{"href":446,"dataGaName":447,"dataGaLocation":127},"/company/contact/","newsletter",{"text":449,"config":450},"Press",{"href":451,"dataGaName":452,"dataGaLocation":127},"/press/","press",{"text":454,"config":455,"lists":456},"Contact us",{"dataNavLevelOne":396},[457],{"items":458},[459,462,467],{"text":134,"config":460},{"href":136,"dataGaName":461,"dataGaLocation":127},"talk to sales",{"text":463,"config":464},"Support portal",{"href":465,"dataGaName":466,"dataGaLocation":127},"https://support.gitlab.com","support portal",{"text":468,"config":469},"Customer portal",{"href":470,"dataGaName":471,"dataGaLocation":127},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":473,"login":474,"suggestions":481},"Close",{"text":475,"link":476},"To search repositories and projects, login to",{"text":477,"config":478},"gitlab.com",{"href":141,"dataGaName":479,"dataGaLocation":480},"search login","search",{"text":482,"default":483},"Suggestions",[484,486,490,492,496,500],{"text":156,"config":485},{"href":161,"dataGaName":156,"dataGaLocation":480},{"text":487,"config":488},"Code Suggestions (AI)",{"href":489,"dataGaName":487,"dataGaLocation":480},"/solutions/code-suggestions/",{"text":207,"config":491},{"href":209,"dataGaName":207,"dataGaLocation":480},{"text":493,"config":494},"GitLab on AWS",{"href":495,"dataGaName":493,"dataGaLocation":480},"/partners/technology-partners/aws/",{"text":497,"config":498},"GitLab on Google Cloud",{"href":499,"dataGaName":497,"dataGaLocation":480},"/partners/technology-partners/google-cloud-platform/",{"text":501,"config":502},"Why GitLab?",{"href":168,"dataGaName":501,"dataGaLocation":480},{"freeTrial":504,"mobileIcon":509,"desktopIcon":514,"secondaryButton":517},{"text":505,"config":506},"Start free trial",{"href":507,"dataGaName":132,"dataGaLocation":508},"https://gitlab.com/-/trials/new/","nav",{"altText":510,"config":511},"Gitlab Icon",{"src":512,"dataGaName":513,"dataGaLocation":508},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":510,"config":515},{"src":516,"dataGaName":513,"dataGaLocation":508},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":518,"config":519},"Get Started",{"href":520,"dataGaName":521,"dataGaLocation":508},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/compare/gitlab-vs-github/","get started",{"freeTrial":523,"mobileIcon":527,"desktopIcon":529},{"text":524,"config":525},"Learn more about GitLab Duo",{"href":161,"dataGaName":526,"dataGaLocation":508},"gitlab duo",{"altText":510,"config":528},{"src":512,"dataGaName":513,"dataGaLocation":508},{"altText":510,"config":530},{"src":516,"dataGaName":513,"dataGaLocation":508},{"freeTrial":532,"mobileIcon":537,"desktopIcon":539},{"text":533,"config":534},"Back to pricing",{"href":287,"dataGaName":535,"dataGaLocation":508,"icon":536},"back to pricing","GoBack",{"altText":510,"config":538},{"src":512,"dataGaName":513,"dataGaLocation":508},{"altText":510,"config":540},{"src":516,"dataGaName":513,"dataGaLocation":508},"content:shared:en-us:main-navigation.yml","Main Navigation","shared/en-us/main-navigation.yml","shared/en-us/main-navigation",{"_path":546,"_dir":121,"_draft":6,"_partial":6,"_locale":7,"title":547,"button":548,"image":553,"config":557,"_id":559,"_type":114,"_source":115,"_file":560,"_stem":561,"_extension":118},"/shared/en-us/banner","is now in public beta!",{"text":549,"config":550},"Try the Beta",{"href":551,"dataGaName":552,"dataGaLocation":127},"/gitlab-duo/agent-platform/","duo banner",{"altText":554,"config":555},"GitLab Duo Agent Platform",{"src":556},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753720689/somrf9zaunk0xlt7ne4x.svg",{"layout":558},"release","content:shared:en-us:banner.yml","shared/en-us/banner.yml","shared/en-us/banner",{"_path":563,"_dir":121,"_draft":6,"_partial":6,"_locale":7,"data":564,"_id":798,"_type":114,"title":799,"_source":115,"_file":800,"_stem":801,"_extension":118},"/shared/en-us/main-footer",{"text":565,"source":566,"edit":572,"contribute":577,"config":582,"items":587,"minimal":790},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":567,"config":568},"View page source",{"href":569,"dataGaName":570,"dataGaLocation":571},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":573,"config":574},"Edit this page",{"href":575,"dataGaName":576,"dataGaLocation":571},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":578,"config":579},"Please contribute",{"href":580,"dataGaName":581,"dataGaLocation":571},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":583,"facebook":584,"youtube":585,"linkedin":586},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[588,635,684,727,756],{"title":285,"links":589,"subMenu":604},[590,594,599],{"text":591,"config":592},"View plans",{"href":287,"dataGaName":593,"dataGaLocation":571},"view plans",{"text":595,"config":596},"Why Premium?",{"href":597,"dataGaName":598,"dataGaLocation":571},"/pricing/premium/","why premium",{"text":600,"config":601},"Why Ultimate?",{"href":602,"dataGaName":603,"dataGaLocation":571},"/pricing/ultimate/","why ultimate",[605],{"title":606,"links":607},"Contact Us",[608,611,613,615,620,625,630],{"text":609,"config":610},"Contact sales",{"href":136,"dataGaName":137,"dataGaLocation":571},{"text":463,"config":612},{"href":465,"dataGaName":466,"dataGaLocation":571},{"text":468,"config":614},{"href":470,"dataGaName":471,"dataGaLocation":571},{"text":616,"config":617},"Status",{"href":618,"dataGaName":619,"dataGaLocation":571},"https://status.gitlab.com/","status",{"text":621,"config":622},"Terms of use",{"href":623,"dataGaName":624,"dataGaLocation":571},"/terms/","terms of use",{"text":626,"config":627},"Privacy statement",{"href":628,"dataGaName":629,"dataGaLocation":571},"/privacy/","privacy statement",{"text":631,"config":632},"Cookie preferences",{"dataGaName":633,"dataGaLocation":571,"id":634,"isOneTrustButton":189},"cookie preferences","ot-sdk-btn",{"title":188,"links":636,"subMenu":644},[637,641],{"text":638,"config":639},"DevSecOps platform",{"href":154,"dataGaName":640,"dataGaLocation":571},"devsecops platform",{"text":211,"config":642},{"href":161,"dataGaName":643,"dataGaLocation":571},"ai-assisted development",[645],{"title":18,"links":646},[647,652,654,659,664,669,674,679],{"text":648,"config":649},"CICD",{"href":650,"dataGaName":651,"dataGaLocation":571},"/topics/ci-cd/","cicd",{"text":22,"config":653},{"href":24,"dataGaName":5,"dataGaLocation":571},{"text":655,"config":656},"DevOps",{"href":657,"dataGaName":658,"dataGaLocation":571},"/topics/devops/","devops",{"text":660,"config":661},"Version Control",{"href":662,"dataGaName":663,"dataGaLocation":571},"/topics/version-control/","version control",{"text":665,"config":666},"DevSecOps",{"href":667,"dataGaName":668,"dataGaLocation":571},"/topics/devsecops/","devsecops",{"text":670,"config":671},"Cloud Native",{"href":672,"dataGaName":673,"dataGaLocation":571},"/topics/cloud-native/","cloud native",{"text":675,"config":676},"AI for Coding",{"href":677,"dataGaName":678,"dataGaLocation":571},"/topics/devops/ai-for-coding/","ai for coding",{"text":680,"config":681},"Agentic AI",{"href":682,"dataGaName":683,"dataGaLocation":571},"/topics/agentic-ai/","agentic ai",{"title":685,"links":686},"Solutions",[687,689,691,696,700,703,707,709,711,714,717,722],{"text":232,"config":688},{"href":227,"dataGaName":232,"dataGaLocation":571},{"text":221,"config":690},{"href":203,"dataGaName":204,"dataGaLocation":571},{"text":692,"config":693},"Agile development",{"href":694,"dataGaName":695,"dataGaLocation":571},"/solutions/agile-delivery/","agile delivery",{"text":697,"config":698},"SCM",{"href":217,"dataGaName":699,"dataGaLocation":571},"source code management",{"text":648,"config":701},{"href":209,"dataGaName":702,"dataGaLocation":571},"continuous integration & delivery",{"text":704,"config":705},"Value stream management",{"href":260,"dataGaName":706,"dataGaLocation":571},"value stream management",{"text":22,"config":708},{"href":89,"dataGaName":5,"dataGaLocation":571},{"text":270,"config":710},{"href":272,"dataGaName":273,"dataGaLocation":571},{"text":712,"config":713},"Small business",{"href":277,"dataGaName":278,"dataGaLocation":571},{"text":715,"config":716},"Public sector",{"href":282,"dataGaName":283,"dataGaLocation":571},{"text":718,"config":719},"Education",{"href":720,"dataGaName":721,"dataGaLocation":571},"/solutions/education/","education",{"text":723,"config":724},"Financial services",{"href":725,"dataGaName":726,"dataGaLocation":571},"/solutions/finance/","financial services",{"title":290,"links":728},[729,731,733,735,738,740,742,744,746,748,750,752,754],{"text":301,"config":730},{"href":303,"dataGaName":304,"dataGaLocation":571},{"text":306,"config":732},{"href":308,"dataGaName":309,"dataGaLocation":571},{"text":311,"config":734},{"href":313,"dataGaName":314,"dataGaLocation":571},{"text":316,"config":736},{"href":318,"dataGaName":737,"dataGaLocation":571},"docs",{"text":103,"config":739},{"href":340,"dataGaName":341,"dataGaLocation":571},{"text":334,"config":741},{"href":336,"dataGaName":337,"dataGaLocation":571},{"text":343,"config":743},{"href":345,"dataGaName":346,"dataGaLocation":571},{"text":356,"config":745},{"href":358,"dataGaName":359,"dataGaLocation":571},{"text":348,"config":747},{"href":350,"dataGaName":351,"dataGaLocation":571},{"text":361,"config":749},{"href":363,"dataGaName":364,"dataGaLocation":571},{"text":366,"config":751},{"href":368,"dataGaName":369,"dataGaLocation":571},{"text":371,"config":753},{"href":373,"dataGaName":374,"dataGaLocation":571},{"text":376,"config":755},{"href":378,"dataGaName":379,"dataGaLocation":571},{"title":394,"links":757},[758,760,762,764,766,768,770,774,779,781,783,785],{"text":401,"config":759},{"href":403,"dataGaName":396,"dataGaLocation":571},{"text":406,"config":761},{"href":408,"dataGaName":409,"dataGaLocation":571},{"text":414,"config":763},{"href":416,"dataGaName":417,"dataGaLocation":571},{"text":419,"config":765},{"href":421,"dataGaName":422,"dataGaLocation":571},{"text":424,"config":767},{"href":426,"dataGaName":427,"dataGaLocation":571},{"text":429,"config":769},{"href":431,"dataGaName":432,"dataGaLocation":571},{"text":771,"config":772},"Sustainability",{"href":773,"dataGaName":771,"dataGaLocation":571},"/sustainability/",{"text":775,"config":776},"Diversity, inclusion and belonging (DIB)",{"href":777,"dataGaName":778,"dataGaLocation":571},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":434,"config":780},{"href":436,"dataGaName":437,"dataGaLocation":571},{"text":444,"config":782},{"href":446,"dataGaName":447,"dataGaLocation":571},{"text":449,"config":784},{"href":451,"dataGaName":452,"dataGaLocation":571},{"text":786,"config":787},"Modern Slavery Transparency Statement",{"href":788,"dataGaName":789,"dataGaLocation":571},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":791},[792,794,796],{"text":621,"config":793},{"href":623,"dataGaName":624,"dataGaLocation":571},{"text":626,"config":795},{"href":628,"dataGaName":629,"dataGaLocation":571},{"text":631,"config":797},{"dataGaName":633,"dataGaLocation":571,"id":634,"isOneTrustButton":189},"content:shared:en-us:main-footer.yml","Main Footer","shared/en-us/main-footer.yml","shared/en-us/main-footer",{"_path":803,"_dir":121,"_draft":6,"_partial":6,"_locale":7,"header":804,"eyebrow":805,"blurb":806,"button":807,"secondaryButton":811,"_id":813,"_type":114,"title":814,"_source":115,"_file":815,"_stem":816,"_extension":118},"/shared/en-us/next-steps","Start shipping better software faster","50%+ of the Fortune 100 trust GitLab","See what your team can do with the intelligent\n\n\nDevSecOps platform.\n",{"text":129,"config":808},{"href":809,"dataGaName":132,"dataGaLocation":810},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":134,"config":812},{"href":136,"dataGaName":137,"dataGaLocation":810},"content:shared:en-us:next-steps.yml","Next Steps","shared/en-us/next-steps.yml","shared/en-us/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":818,"content":819,"_id":113,"_type":114,"title":7,"_source":115,"_file":116,"_stem":117,"_extension":118},{"title":9,"ogTitle":9,"description":10,"ogDescription":11},[820,828,831,841,851,872],{"type":14,"componentName":14,"componentContent":821},{"crumbs":822},[823,825,827],{"title":18,"config":824},{"href":20},{"title":22,"config":826},{"href":24},{"title":26},{"type":28,"componentName":28,"componentContent":829},{"title":9,"text":30,"config":830},{"id":32,"twoColumns":6},{"type":34,"componentName":34,"componentContent":832},{"anchors":833,"components":837},{"text":37,"data":834},[835],{"text":40,"config":836},{"href":42},[838],{"type":45,"componentName":45,"componentContent":839},{"header":40,"text":47,"config":840},{"id":49},{"type":51,"componentName":51,"componentContent":842},{"header":53,"groups":843},[844],{"questions":845},[846,847,848,849,850],{"question":58,"answer":59},{"question":61,"answer":62},{"question":64,"answer":65},{"question":67,"answer":68},{"question":70,"answer":71},{"type":73,"componentName":73,"componentContent":852},{"header":75,"tabs":853},[854],{"name":78,"items":855,"config":871},[856,861,866],{"header":81,"type":82,"image":857,"link":859},{"altText":81,"config":858},{"src":85},{"text":87,"config":860},{"href":89,"icon":90,"modal":6},{"header":92,"type":93,"image":862,"link":864},{"altText":92,"config":863},{"src":96},{"text":98,"config":865},{"href":100,"icon":93,"modal":6},{"header":102,"type":103,"image":867,"link":869},{"altText":102,"config":868},{"src":106},{"text":87,"config":870},{"href":109,"icon":103,"modal":6},{"key":78},{"type":112,"componentName":112},1761814440323]