---
title: Global Vocabulary Reference
framework: sirikit
role: collectionGroup
path: sirikit/global-vocabulary-reference
---

# Global Vocabulary Reference

Understand the keys and values included in your app’s global vocabulary file.

## Overview

Overview The AppIntentVocabulary.plist file in your iOS app contains examples of how users can engage your app’s intents from Siri and any custom terminology that applies to all users of the app. Place the AppIntentVocabulary.plist file in the bundle of your iOS app. You can include localized versions of your vocabulary property list file in the language-specific project (.lproj) directories of your app. When you submit your app to the App Store, your AppIntentVocabulary.plist file and any localized versions of that file are sent to Siri for processing. The content of those files remains on the server and that content is specific to that app version. The Root dictionary of the AppIntentVocabulary.plist file contains the following keys: important: During development, Xcode syncs your vocabulary with Siri, which uses the vocabulary to interpret requests from the version of your app on your development device. Ingestion of your vocabulary data isn’t instantaneous, though, so you may need to wait a minute or two before testing your Siri capabilities.

## Topics

### Property List Keys

- [Parameter Vocabularies](sirikit/parameter-vocabularies.md)
- [Intent Phrases](sirikit/intent-phrases.md)

### Localization

- [Localizing Your Vocabulary for Chinese Dialects](sirikit/localizing-your-vocabulary-for-chinese-dialects.md)

## See Also

### Related Topics

- [Specifying Synonyms for Your App Name](sirikit/specifying-synonyms-for-your-app-name.md)
