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

# Answer Question

> Answers a customer question on a Business Profile location as the business

Answers a customer question on a Business Profile location as the business. A business has one answer per question; answering again replaces it.

|                       |                                    |
| --------------------- | ---------------------------------- |
| **App**               | Google Business Profile            |
| **Operation ID**      | `business_profile_answer_question` |
| **Type**              | Action                             |
| **Connection**        | `business_profile` (required)      |
| **Credits per run**   | 1                                  |
| **Agent / MCP tool**  | Yes                                |
| **Requires approval** | Yes (write operation)              |

## Inputs

| Field           | Type   | Required | Default | Description                                                                                                                             |
| --------------- | ------ | -------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| `question_name` | string | No       | -       | Full resource name of the question to answer, from business\_profile\_list\_questions (format: locations/x/questions/y).                |
| `answer`        | string | No       | -       | The answer text, posted publicly as the business. A business has one answer per question; answering again replaces the previous answer. |

## Output

**Type**: `Dict`

Returns the posted answer details.

**Fields**: `question_name`, `answer`, `answer_name`, `update_time`, `status`
