# ArcGIS Style Creation

## Style Basics

Arcgis Pro allows the user to create a style file that can be used to symbolize points, lines, polygons, labels, and color swatches. ArcGIS Pro has a style editor that allows the user to create styles natively, but it is also able to ingest SVGs and other formats (vector and raster). This allows us to ensure consistency in the products we prepare for internal and external use, whether they're designed within GIS or imported from Adobe products.

### Color swatches

Color swatches can be created within the style editor in ArcGIS Pro.

### Fonts for labels

Font symbols can be created within the style editor in ArcGIS Pro.

### Polygons

Polygon symbols can be created within the style editor in ArcGIS Pro.

### Lines

Line Symbols can be created within the style editor in ArcGIS Pro.

### Points

Point Symbols can be created within the style editor in ArcGIS Pro, but here is where importing from other formats comes in the most useful.


---

# Agent Instructions: 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:

```
GET https://atd-dts.gitbook.io/atd-geospatial/miscelaneous/arcgis-style-creation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
