# Global

## The Global View

The global view acts as an overview of all your segments (all languages, all namespaces).

![](/files/WDrbmXM2nFx3Q2WAVkTO)

This view is mainly useful to get a quick overview and is especially useful to:

* Review your changes before saving with the help of visual diffs
* Accept/reject pending [reviews](/whats-inside/review-workflow.md)
* [Import](/more/general-questions/how-to-import-translations-from-a-file.md)/Export translations in [various formats](/integration/supported-formats.md)
* Translating "simpler" segments directly without using the [focus view](/different-views/focus.md)
* Search/Filter your translations (*<mark style="background-color:yellow;">fyi: fuzzy marked translations are translations done with machine translation or translation memory</mark>*)

### Bulk actions

By clicking on the arrows icon (BULK ACTIONS), you can switch from the filter section to the bulk section:

![](/files/7u0qBOnWwO0JbPRwBnkm)

This bulk section is mainly useful to do these actions:

* Bulk translating your content using your translation memory or machine translations (like Google Translate or DeepL) or [generative AI](https://locize.com/ai.html) translations (like Open AI, Gemini or Mistral AI)
  * *Translation can also be configured to be done automatically. To know more have a look at* [*this*](/whats-inside/auto-machine-translation.md)*.*
* Run [issue checks](/issues.md)
* Set/Unset [tags](/whats-inside/tags.md)
* Search and replace text
* Delete translations

These bulk actions are always applied based on your current filter/search criteria, so if you have no specific filter/search criteria it will be applied on the whole project (version).

If a filter/search is "active", you'll see the matched segments number between arrows and this filter icon near the bulk actions:

![search or filter criteria active](/files/1sbQSjPhSlBUloRnJhvc) ![bulk action marked to be applied based on filter](/files/qoWG4596uv2UQBJBiY0H)


---

# 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://docs-old.locize.com/different-views/global.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.
