--- title: Determine if the query pipeline is coded in the search interface slug: '168' canonical_url: https://docs.coveo.com/en/168/ collection: tune-relevance source_format: adoc --- # Determine if the query pipeline is coded in the search interface In your [Coveo organization](https://docs.coveo.com/en/185/), you can [create multiple query pipelines](https://docs.coveo.com/en/1791/) to meet the needs of your various Coveo-powered [search interfaces](https://docs.coveo.com/en/2741/) and panels. Your setup can also use mechanisms to select the appropriate query pipeline for a specific query (see [Query pipeline routing leading practices and rules](https://docs.coveo.com/en/1666/)). You must use browser developer tools to determine if a query pipeline is coded directly in a search interface. To determine if a query pipeline is hardcoded in a search interface . In your preferred browser, access your JavaScript Search interface. . Open the developer tools console, and then select the **Network** tab. . Back in the search interface, perform a query. . In the developer tools console, select the last search event with a POST method. . On the **Payload** tab, in the **Form Data** section, look for a `Pipeline` line and its value. The `Pipeline` line is present only when the pipeline is hardcoded in the JavaScript Search interface.