# Language

```lua
Language = {}

Language = {
	Targets = {
		StartMission = "Start Mission",
		Rob = "Rob",
	},
	Email = {
		Sender = "Mr. Hoobs",
		Subject = "Store Robbery",
		Message = "We send you a GPS location! I need you to bring the cash register with you! Come back here when youre done!",
	},
	ProgressBars = {  
		OpeningRegister = "Opening the register...",
		RobbingRegister = "Robbing the register...",
		TradingRegister = "Trading the register...",
		PutMask = "Putting the mask...",
		RemoveMask = "Removing the mask...",
	},
	QBMenu = {
		HeaderDefault = "[🔰] Our Missions",
		InfoHeaderDefault = "• Here you can have access to all your information.",
		NewMission = "[✅] Start a new mission",
		InfoNewMission = "• Here you will get a new mission to do!",
		CheckLevel = "[💹] Check my level",
		InfoCheckLevel = "• Here you can see your robbery level!",
		AcessStore = "[💸] Access the Store",
		InfoAcessStore = "• Here you can find some useful tools!",
		Register = "[🗳] I have a register",
		InfoRegister = "• Here you trade the register for some money!",
		CancelMission = "[❌] Cancel the mission",
		InfoCancelMission = "• Here you can cancel the mission!",
	},
	Notify = {
		Face = "I can see your face, go get a mask!",
	    Dead = "You cannot access while dead.",
	    Water = "You cannot access in the water.",
	    Veiculo = "You cannot do this inside a vehicle.",
	    Failed = "You Failed!",
	    RegisterOpen = "Register Open!",
	    FinishJob = "Good work! Hope to see you more often!",
	    Experience = "Your experience is: ",
	    MissionCanceled = "Mission canceled!",
	    ErrorCancel = "You need start a mission to cancel it!",
	    SafeOpened = "Sucesseful opening the safe!",
	    NoPolice = "Not enought cops",
	    Cooldown = "You need to wait to make another mission",
	    NoRegister = "You dont have any register with you",
	    NeedItem = "You dont have the necessary item to steal!",
	}
}
```


---

# 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://mscripts.gitbook.io/docs/qbcore/illegal/qb-store-robbery/config/language.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.
