# Introduction

### Whats New in 2.1.0

In version 2.1.0 multiple instances of the Generic Widget can now be configured for Wingman.

This enables:

{% stepper %}
{% step %}

### Better control over prompts

You can now set prompts for each widget which removes restrictions for using Headline and Summarizer widgets only for these use cases.
{% endstep %}

{% step %}

### Multiple custom widgets

You can now create multiple widgets suiting your use case — provide your prompt details and generate results.
{% endstep %}

{% step %}

### Custom widget names

From the configuration each widget can be given a customized name that shows in the plugin UI.
{% endstep %}
{% endstepper %}

Exceptions:

{% stepper %}
{% step %}

### Not recommended with AWS Bedrock's Opus Models

Using multiple Generic Widgets is not recommended when using AWS Bedrock's Opus Models.
{% endstep %}

{% step %}

### Widget limit for AWS Bedrock models

Only 5 widgets should be configured when using AWS Bedrock models.
{% endstep %}
{% endstepper %}

Reference: <https://docs.navigaglobal.com/wingman/2.1.0#whats-new-in-2.1.0>

***

### Module List

|  # | Widget Name        | Function                                                                                                                                            | Powered By             | Supported Up To |
| -: | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | --------------: |
|  1 | Headline Generator | Generate headline/title of text written in writer body                                                                                              | ChatGPT or AWS Bedrock |   Version 1.3.0 |
|  2 | Summarizer         | Create summary from text written in writer body or text entered manually in text field. Added feature to select tones before generating the summary | ChatGPT or AWS Bedrock |   Version 1.3.0 |
|  3 | Generic            | Write your own custom prompt to generate any result from the text in writer body                                                                    | ChatGPT or AWS Bedrock |           2.0.0 |
|  4 | xpath              | Configure widget node paths to writer body node components                                                                                          | ChatGPT or AWS Bedrock |           2.1.0 |

More details: <https://docs.navigaglobal.com/wingman/2.1.0/functional-details>

Last updated 8 months ago


---

# 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.navigaglobal.com/general/introduction-5.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.
