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

# Setting Get

> 設定ページを返します。

**Laravel実装状況**: ❌ エンジン固有の機能（フォールバックのみ）



## OpenAPI

````yaml https://raw.githubusercontent.com/invokable/laravel-voicevox/refs/heads/main/docs/jp/laravel-openapi.json get /setting
openapi: 3.1.0
info:
  title: VOICEVOX ENGINE OSS
  description: VOICEVOX OSS の音声合成エンジンです。
  version: latest
servers: []
security: []
paths:
  /setting:
    get:
      tags:
        - 設定
      summary: Setting Get
      description: |-
        設定ページを返します。

        **Laravel実装状況**: ❌ エンジン固有の機能（フォールバックのみ）
      operationId: setting_get
      responses:
        '200':
          description: Successful Response

````