ArcGIS Pro is Esri’s professional desktop GIS application for mapping, spatial analysis, and data management. This tutorial walks a new user through the core concepts, projects, maps, the Catalog and Contents panes, feature layers, and a first analysis, so you can open ArcGIS Pro and do real work rather than just clicking around the interface.
If you are coming from ArcMap or from no GIS background at all, the first hour in ArcGIS Pro can feel busy. The application is organized around a few simple ideas, and once those click, the ribbon and panes make sense. This guide builds that mental model step by step and points you toward where to go next.
Before You Start: What ArcGIS Pro Is
ArcGIS Pro is the desktop component of the broader ArcGIS system. It runs on Windows and connects to ArcGIS Online and ArcGIS Enterprise, so the maps and layers you create can be shared as web maps and feature services. A useful way to think about the platform order is that ArcGIS Online is the cloud collaboration layer, ArcGIS Pro is the professional desktop workstation, and ArcGIS Enterprise is the self-hosted server option for organizations that need it.
ArcGIS Pro is licensed per named user through your ArcGIS organization, with three license levels, Basic, Standard, and Advanced, that unlock progressively more analysis tools. If you are unsure which level your work needs, our guide on optimizing your Esri license investment covers how to match license level to actual usage.
Step 1: Create a Project
Everything in ArcGIS Pro lives inside a project, a file with an .aprx extension. When you create a project, ArcGIS Pro also creates a home folder, a default file geodatabase, and a default toolbox to go with it. This is different from ArcMap, where a map document stood alone.
Open ArcGIS Pro, choose a project template (the Map template is the usual starting point), name the project, and pick a location. The new project opens with an empty map and a default file geodatabase ready to hold the data you create. Keeping each effort in its own project keeps your data, maps, and tools organized together.
Step 2: Learn the Two Panes That Matter Most
Two panes do most of the work in ArcGIS Pro: the Contents pane and the Catalog pane. Getting comfortable with the difference between them is the single biggest step toward fluency.
The Contents pane
The Contents pane, usually docked on the left, lists the layers in the currently open map and controls how they draw: drawing order, visibility, symbology, and labeling. If you want to change how something looks on the map, you work in the Contents pane.
The Catalog pane
The Catalog pane manages the project’s data and items: folder connections, geodatabases, toolboxes, and the maps themselves. If you want to add data, browse a geodatabase, or find a tool, you work in the Catalog pane. A simple distinction to remember: Contents is about the open map, and Catalog is about everything available to the project.
Step 3: Add Data to Your Map
With a project open, add data through the Add Data button on the Map ribbon, or by dragging items from the Catalog pane onto the map. ArcGIS Pro works with many formats, and a few terms are worth knowing.
- Feature class. A collection of features with the same geometry type (point, line, or polygon) and the same attribute fields, stored in a geodatabase.
- Geodatabase. Esri’s container format for spatial data. The default file geodatabase in your project is where new data lands.
- Feature layer. A reference to a feature class, displayed on the map. The layer controls symbology and labels while the feature class holds the data.
- Feature service. A feature layer published to ArcGIS Online or ArcGIS Enterprise and served over the web, which is how desktop data becomes a web map.
You can also add layers directly from ArcGIS Online through the Catalog pane, including Esri’s living atlas of curated basemaps and reference data. Adding an authoritative basemap underneath your own layers is usually the first thing to do once data is loaded.
Step 4: Symbolize and Label
Raw data drawn in a single color rarely communicates anything. Symbology is how you turn a feature layer into a readable map. Select a layer in the Contents pane and open the Symbology pane to choose how it draws.
The most common choices are single symbol (all features the same), unique values (each category its own symbol, for example zoning types), and graduated colors or symbols (a numeric field mapped to a color ramp or size, for example population by county). Pair symbology with labels driven by an attribute field, and a plain layer becomes an informative map. Thoughtful symbology and label hierarchy are a large part of what makes a map readable, the same cartographic discipline that underpins good GIS data visualization.
Step 5: Run Your First Analysis
Analysis is where GIS moves beyond mapping. ArcGIS Pro exposes hundreds of geoprocessing tools, and a beginner only needs a few to start producing results. The Geoprocessing pane, opened from the Analysis ribbon, is where you search for and run tools.
Three tools make a good first set:
- Buffer. Creates a zone of a set distance around features, for example a quarter-mile buffer around schools.
- Clip. Cuts one layer to the boundary of another, for example trimming a statewide road layer to a single county.
- Select By Location. Finds features based on their spatial relationship to other features, for example parcels that intersect a flood zone.
Each tool writes its result to a new feature class in your project geodatabase, so your inputs stay intact. Running a buffer and then a Select By Location against it is, in miniature, the same suitability logic behind professional site-selection and risk models.
Step 6: Manage Your Data Quality
As your data grows, quality matters more than features. ArcGIS Pro includes tools that keep data consistent without manual checking. Two are worth knowing about early, even if you adopt them later.
Attribute domains constrain what values a field can hold, for example limiting a “status” field to a fixed list, which prevents typos and invalid entries at the point of editing. Attribute rules go further, automating calculations and validation as data is edited. These are central to maintaining a trustworthy geodatabase, and our walkthrough on attribute rules in ArcGIS Pro shows how to set them up. When multiple editors work the same data at once, branched versioning lets them edit concurrently without conflicts, as explained in our guide to branched versioning.
Step 7: Share Your Work
A map gains value when other people can use it. From the Share ribbon, you can publish a web map or a feature service to ArcGIS Online or ArcGIS Enterprise, where it becomes available to colleagues and can power dashboards, StoryMaps, and apps built with ArcGIS Experience Builder, Web AppBuilder, Field Maps, or Survey123. This is the bridge from desktop work to the collaborative side of the platform.
Where to Go From Here
Once these seven steps feel comfortable, the natural next steps are deeper editing, working with multiple coordinate systems and projections, building a proper geodatabase schema, and learning ArcPy, Esri’s Python library, to automate repetitive geoprocessing. Many capable features sit unused even in experienced organizations, a gap we cover in ten ArcGIS features most organizations never use.
Self-teaching ArcGIS Pro is entirely doable, and Esri’s own learning resources are excellent. Where organizations bring in help is usually when the work moves past individual maps into platform decisions: how to structure a geodatabase that scales, how to set up ArcGIS Online or ArcGIS Enterprise correctly, and how to train a team to a consistent standard.
GeoLever supports that step through GeoConsult, our ArcGIS platform consulting service at $5,000 to $15,000 per project, which covers platform setup, geodatabase architecture, and team enablement. For organizations that want ongoing platform support, GeoPartner provides embedded GIS consulting at $10,000 to $25,000 per month. The published ranges are on our pricing page, and the full scope is in our GIS consulting services. The work is led by Diana Muresan, a Senior GIS Engineer and Certified ArcGIS Expert, so the platform guidance you get comes from someone who builds on it daily.
Past your first maps and thinking about platform structure?
We help teams set up ArcGIS the right way and train to a consistent standard. Book a discovery call and we will scope it with published pricing.
The Bottom Line
ArcGIS Pro is organized around projects, two key panes, feature layers, and geoprocessing tools. Learn to create a project, tell the Contents and Catalog panes apart, add and symbolize data, run a buffer and a Select By Location, and share a web map, and you have the working core of desktop GIS. From there, data quality tools like attribute domains and attribute rules, and the wider ArcGIS platform, open up as fast as you need them.
Frequently Asked Questions
Is ArcGIS Pro hard to learn for a beginner?
ArcGIS Pro has a busy interface, but it is built on a few core ideas: projects, the Contents and Catalog panes, feature layers, and geoprocessing tools. Once those click, usually within the first few hours, the ribbon makes sense. Starting with a small project and a single analysis is the fastest way to build confidence.
What is the difference between the Contents pane and the Catalog pane?
The Contents pane controls the layers in the open map, including drawing order, symbology, and labels. The Catalog pane manages the project’s data and items, including folders, geodatabases, and toolboxes. A simple rule: Contents is about the open map, and Catalog is about everything available to the project.
Do I need ArcGIS Pro and ArcGIS Online, or just one?
They work together. ArcGIS Pro is the desktop application for creating maps and running analysis, while ArcGIS Online is the cloud platform where you share web maps and feature services. Most organizations use both, authoring in ArcGIS Pro and publishing to ArcGIS Online so colleagues can use the results.
What is a feature class in ArcGIS Pro?
A feature class is a collection of features that share the same geometry type, point, line, or polygon, and the same attribute fields, stored inside a geodatabase. A feature layer on the map references a feature class and controls how it draws, while the feature class holds the actual data.
What is the first analysis I should try in ArcGIS Pro?
A buffer is a good first tool: it creates a zone of a set distance around features, such as a quarter-mile around schools. Following it with Select By Location, to find features that fall inside that buffer, introduces the core suitability logic that underpins more advanced spatial analysis.




