# 7) Translate - Practical Scenario

Translate - Practical Scenario

How will the service work when there are multiple languages embedded in a text?

Try this sample text and translate to English or any other language that you are familiar with. Please use Course forum to discuss.

```
"Let's say a phrase in different languages नमस्ते दुनियाHola mundoHej världen"
```


---

# 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://architectures.gitbook.io/project/2020-aws-sagemaker-ai-and-machine-learning-specialty-exam/section13-artificial-intelligence-services/7-translate-practical-scenario.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.
