# Introduction

## Whats New in 2.0.0

(Direct link: <https://docs.navigaglobal.com/wingman/2.0.0#whats-new-in-2.0.0>)

In version 2.0.0 multiple instances of 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 can be configured for tailor-made requests

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

{% step %}

### Customized widget names in the plugin UI

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

### Exceptions

{% hint style="warning" %}

* Not recommended to be used with AWS Bedrock's Opus Models.
* Only 5 widgets should be configured when using AWS Bedrock models.
  {% endhint %}

***

## Module List

(Direct link: <https://docs.navigaglobal.com/wingman/2.0.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           |

Next: Functional Details — <https://docs.navigaglobal.com/wingman/2.0.0/functional-details>

Last updated 1 year 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-4.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.
