> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ask Anthropic

Utilize Anthropic to perform AI-driven task such as text generation, summarization, translation, and more.

<Note>
  External Documentation

  To learn more, visit the [Anthropic documentation](https://docs.anthropic.com/en/api/messages).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Model               | The LLM model used to complete the AI task.                                                                                                                                                                                                                                                                                                                                                                                                                               |
  | System Instructions | Define guidelines for system behavior, user interactions, and constraints. You can include sections such as:<br />\* `Role`<br />\* `Instructions`<br />\* `Rules`<br />\* `Examples`<br /><br />For example:<br /><pre><code>You are an AI assistant designed to help users by providing accurate, relevant, and helpful responses. Maintain a neutral and professional tone, be concise yet informative, and always strive to be clear and understandable.</code></pre> |
  | User Prompt         | The message containing your prompt request, which the LLM model will interpret to generate a response.                                                                                                                                                                                                                                                                                                                                                                    |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter      | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Maximum Tokens | The maximum number of tokens needed to generate a response. <br /><br />Set the token limit based on your needs:<br />1. **Short & Concise Answers (256–1,000 tokens)** - Ideal for brief responses, summaries, or direct answers.<br />2. **Detailed & Elaborate Responses (1,000–8,000 tokens)** - Best for in-depth explanations, multi-step reasoning, or complex insights.<br />3. **Data Processing & Transformations (2,000–10,000+ tokens)** - Use higher limits for handling structured data (e.g., JSON, CSV) or processing large text inputs.<br /><br />**Note**: For optimal performance, start with a lower limit and increase as needed. If not provided, the selected model default value is used. |
  | Temperature    | The randomness of the output.<br /><br />Lower values produce more focused and deterministic outputs, while higher values increase creativity and variation.<br /><br />Valid values range between `0.0` and `1.0`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
</div>

## Workflow Library Example

[Ask Anthropic and Send Results Via Email](https://library.blinkops.com/workflows/ask-anthropic-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/ask-anthropic-and-send-results-via-email/canvas" />
</div>
