> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/cad/tutorials/customization/addresses-and-street-names.md).

# Addresses and Street Names

{% hint style="warning" %}
Street address customization requires the **plus** version of Sonoran CAD or higher.\
For more information, see our [pricing](/cad/pricing/faq.md) or view how to check your community [limits](/cad/tutorials/getting-started/view-your-limits.md).
{% endhint %}

<figure><img src="/files/t9Smjwe0wubl4NAZMTWx" alt=""><figcaption></figcaption></figure>

## Import Street Names from a Spreadsheet (CSV)

### 1. Copy the Google Sheet

* [GTAV Street Names](https://docs.google.com/spreadsheets/d/1IkbNJNhMYToqHQE6eb3ujp6ufkjPkLgDgq29g9woGR0/copy)
* [ER:LC Roblox Street Names](https://docs.google.com/spreadsheets/d/1QEuImE6GH1H6sZFltLMYt7HUcExBF3_-hhNWAB9r6Hg/edit?usp=sharing)

Navigate to one of our official street name Google sheet and make a copy. Using a copy of our official sheet ensures your street names are formatted correctly.

![Sonoran CAD - Copy Street Name Spreadsheet](/files/-MSZnyNOlAqJD6-I7E1K)

### 2. Add Your Street Names

Now that you have copied this sheet into your Google Drive, you can add new rows and format your street names and addresses.

{% hint style="warning" %}
**Do NOT add additional columns.**\
Every street name must be on a separate row to be properly imported into Sonoran CAD.
{% endhint %}

![Sonoran CAD - Street Names CSV](/files/-MSZoBHzypi7DUg9mvAt)

### 3. Download the CSV

In Google Sheets, navigate to File > Download > Comma Separated Values (.csv) to download the file.

![Google Sheets - Download CSV](/files/-MSZoPWI8xMnG-osx3Wr)

### 4. Import the CSV File

In Sonoran CAD, navigate to Admin > Customization > Customization > Addresses

In the addresses section, select the "Import" button.\
Then, select "CSV" as the import type and select your downloaded CSV file.

![Sonoran CAD - Import Data](/files/-MSUdXF30E9PPkfXXXZf)

![File Selector - Select CSV](/files/-MSZoedWtDHM7H9o27lq)

After selecting the CSV file, your street names and addresses will be imported into the CAD and saved automatically.

### 5. View the Call Editor

In the dispatch call editor, the `address` section is now a dropdown. This dropdown will auto-filter and suggest your street names and addresses as you type.

![](/files/-MSZpDO0HIrwR4zojlJU)

### 6. Utilize in Custom Records

Custom records can also have a field with the type set to `address`. This field will auto-filter the same list of street addresses from your gamemode.

![Custom Records - Address Field](/files/-MbG2SpiKf78MVwledTO)


---

# 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://docs.sonoransoftware.com/cad/tutorials/customization/addresses-and-street-names.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.
